class documentation

class MockProcessSpawner: (source)

Implements interfaces: twisted.internet.interfaces.IReactorProcess

View In Hierarchy

An IReactorProcess that logs calls to spawnProcess.

Method __init__ Undocumented
Method spawnProcess Log a call to spawnProcess. Do not actually spawn a process.
Instance Variable _spawnProcessCalls Undocumented
def __init__(self): (source)

Undocumented

def spawnProcess(self, processProtocol, executable, args=(), env={}, path=None, uid=None, gid=None, usePTY=0, childFDs=None): (source)

Log a call to spawnProcess. Do not actually spawn a process.

_spawnProcessCalls: list = (source)

Undocumented