class documentation
class MockProcessSpawner:
Implements interfaces: twisted.internet.interfaces.IReactorProcess
An IReactorProcess
that logs calls to spawnProcess.
Method | __init__ |
Undocumented |
Method | spawn |
Log a call to spawnProcess. Do not actually spawn a process. |
Instance Variable | _spawn |
Undocumented |
def spawnProcess(self, processProtocol, executable, args=(), env={}, path=None, uid=None, gid=None, usePTY=0, childFDs=None):
¶
Log a call to spawnProcess. Do not actually spawn a process.