class documentation

class _FakeReactor: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method addSystemEventTrigger Undocumented
Method callWhenRunning Undocumented
Method run Call timed events until there are no more or the reactor is stopped.
Method stop Stop the reactor.
Instance Variable callLater Undocumented
Instance Variable getDelayedCalls Undocumented
Instance Variable seconds Undocumented
Instance Variable _clock Undocumented
Instance Variable _running Undocumented
Instance Variable _shutdownTriggers Undocumented
Instance Variable _whenRunning Undocumented
def __init__(self): (source)

Undocumented

def addSystemEventTrigger(self, phase, event, callable, *args): (source)

Undocumented

def callWhenRunning(self, callable, *args, **kwargs): (source)

Undocumented

def run(self): (source)

Call timed events until there are no more or the reactor is stopped.

Raises
RuntimeErrorWhen no timed events are left and the reactor is still running.
def stop(self): (source)

Stop the reactor.

callLater = (source)

Undocumented

getDelayedCalls = (source)

Undocumented

Undocumented

Undocumented

_running: bool = (source)

Undocumented

_shutdownTriggers = (source)

Undocumented

_whenRunning = (source)

Undocumented