twisted.test.test_twistd.DummyReactor(object)
class documentationtwisted.test.test_twistd
(View In Hierarchy)
A dummy reactor, only providing a run
method and checking
that it has been called.
Instance Variable | called | if run has been called or not. (type: bool ) |
Method | run | A fake run method, checking that it's been called one and only time. |