class documentation

class TwistedTimeDriver: (source)

View In Hierarchy

Instantiate a TwistedTimeDriver with an IReactorTime; for example:

    from twisted.internet.task import react

    async def main(reactor):
        driver = TwistedTimeDriver(reactor)
        ...

    task.react(main)
Method now Undocumented
Method reschedule Undocumented
Method unschedule Undocumented
Class Variable _reactor Undocumented
Instance Variable _call Undocumented
def now(self) -> float: (source)

Undocumented

def reschedule(self, desiredTime: float, work: Callable[[], None]): (source)

Undocumented

def unschedule(self): (source)

Undocumented

Undocumented

Undocumented