Class d.p.SimpleProcess(EventSource):

Part of dtester.processes View In Hierarchy

Sentinel object for external processes. Takes care of starting the process, generating events for outputs to standard output and error channels as well as process termination.
Method __init__ Undocumented
Method start Undocumented
Method processEnded Undocumented
Method stop Undocumented
Method write Undocumented
Method __repr__ Undocumented

Inherited from EventSource:

Method throwEvent Undocumented
Method addHook Undocumented
Method removeHook Undocumented
def __init__(self, proc_name, executable, cwd=os.getcwd(), args=None, env=, lineBasedOutput=False):
Undocumented
def start(self):
Undocumented
def processEnded(self, exitCode):
Undocumented
def stop(self, sig=signal.SIGTERM):
Undocumented
def write(self, *args, **kwargs):
Undocumented
def __repr__(self):
Undocumented
API Documentation for dtester, generated by pydoctor at 2010-03-20 11:01:55.