Package trac :: Package util :: Module compat :: Class Popen

Class Popen

source code

      object --+    
               |    
subprocess.Popen --+
                   |
                  Popen

Popen objects are supported as context managers starting in Python 3.2. This code was taken from Python 3.5 and can be removed when support for Python < 3.2 is dropped.
Instance Methods
 
__enter__(self) source code
 
__exit__(self, type, value, traceback) source code

Inherited from subprocess.Popen: __del__, __init__, communicate, kill, pipe_cloexec, poll, send_signal, terminate, wait

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__