class documentation

class StubProcess:

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

Undocumented

def loseConnection(self):

No-op implementation of disconnection.

def signalProcess(self, signal):

Record a signal sent to this process for later inspection.

signals: list =

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