Package gavo :: Package helpers :: Module testhelpers :: Class ForkingSubprocess
[frames] | no frames]

Class ForkingSubprocess

source code

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

A subprocess that doesn't exec but fork.

Instance Methods

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__