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.statemachine.StateCorrection
docutils
statemachine
StateCorrection
class StateCorrection(Exception): (source)
View In Hierarchy
Raise from within a transition method to switch to another state.
Raise with one or two arguments: new state name, and an optional new transition name.