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
docutils.parsers.rst.DirectiveError
docutils
parsers
rst
DirectiveError
class DirectiveError(Exception): (source)
View In Hierarchy
Store a message and a system message level.
To be thrown from inside directive code.
Do not instantiate directly -- use Directive.directive_error() instead!
Directive.directive_error()
__init__
message
level
msg
Undocumented