class documentation

class DummyReactor:

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):

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

called: bool =

if run has been called or not.