twisted.test.test_cooperator.FakeScheduler(object)
class documentationtwisted.test.test_cooperator
(View In Hierarchy)
A fake scheduler for testing against.
Method | __init__ | Create a fake scheduler with a list of work to do. |
Method | __call__ | Schedule a unit of work to be done later. |
Method | pump | Do all of the work that is currently available to be done. |