Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
Quit
__init__
check
set
isSet
_convenience
twisted._threads._convenience.Quit
twisted
_threads
class Quit: (source)
View In Hierarchy
A flag representing whether a worker has been quit.
Create a Quit un-set.
Check if the flag has been set.
AlreadyQuit
Set the flag if it has not been set.
bool
Whether this flag is set.