class documentation

class StubProcess: (source)

View In Hierarchy

Fake implementation of IProcessTransport.

Method __init__ Undocumented
Method loseConnection No-op implementation of disconnection.
Method signalProcess Record a signal sent to this process for later inspection.
Instance Variable signals A list of all the signals which have been sent to this fake process.
def __init__(self): (source)

Undocumented

def loseConnection(self): (source)

No-op implementation of disconnection.

def signalProcess(self, signal): (source)

Record a signal sent to this process for later inspection.

A list of all the signals which have been sent to this fake process.