class documentation

class DummyReactor: (source)

View In Hierarchy

A dummy reactor, only providing a run method and checking that it has been called.

Method run A fake run method, checking that it's been called one and only time.
Instance Variable called if run has been called or not.
def run(self): (source)

A fake run method, checking that it's been called one and only time.

called: bool = (source)

if run has been called or not.