class documentation

class FakeScheduler:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method callLater Undocumented
Instance Variable calls Undocumented
def __init__(self):

Undocumented

def callLater(self, timeout: float, f: Callable[..., None], *a: object, **kw: object) -> FakeDelayedCall:

Undocumented

calls: list[FakeDelayedCall] =

Undocumented