class documentation

class _ReconnectingFakeConnectorState:

View In Hierarchy

Manages connection notifications for a _ReconnectingFakeConnector instance.

Method __init__ Undocumented
Method notifyAll Fire all pending notifications.
Method notifyOnConnect Connection notification.
Instance Variable notifications pending Deferreds that will fire when the _ReconnectingFakeConnector's connect method is called
def __init__(self):

Undocumented

def notifyAll(self):

Fire all pending notifications.

def notifyOnConnect(self):

Connection notification.

Returns
DeferredA Deferred that fires when this instance's twisted.internet.interfaces.IConnector.connect method is called.
notifications =

pending Deferreds that will fire when the _ReconnectingFakeConnector's connect method is called