twisted._threads.test.test_threadworker.FakeThread(object) class documentationtwisted._threads.test.test_threadworker
(View In Hierarchy)
A fake threading.Thread.
| Instance Variable | target | A target function to run. (type: callable) |
| Instance Variable | started | Has this thread been started? (type: bool) |
| Method | __init__ | Create a FakeThread
with a target. |
| Method | start | Set the "started" flag. |