twisted._threads._convenience.Quit(object)
class documentationtwisted._threads._convenience
View Source
(View In Hierarchy)
A flag representing whether a worker has been quit.
Instance Variable | isSet | Whether this flag is set. (type: bool ) |
Method | __init__ | Create a Quit
un-set. |
Method | set | Set the flag if it has not been set. |
Method | check | Check if the flag has been set. |