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
twisted.internet.defer.DebugInfo
twisted
internet
defer
DebugInfo
class DebugInfo: (source)
View In Hierarchy
__del__
failResult
_getDebugTracebacks
Print tracebacks and die.
If the *last* (and I do mean *last*) callback leaves me in an error state, print a traceback (if said errback is a Failure).
Failure
Undocumented