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.scripts.trial._DebuggerNotFound
twisted
scripts
trial
_DebuggerNotFound
class _DebuggerNotFound(Exception): (source)
View In Hierarchy
A debugger import failed.
Used to allow translating these errors into usage error messages.