class documentation

class MockProcessSpawner:

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):

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.

_spawnProcessCalls: list =

Undocumented