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
ArgumentTypeError
argparse
Action
ArgumentDefaultsHelpFormatter
ArgumentParser
BooleanOptionalAction
FileType
HelpFormatter
MetavarTypeHelpFormatter
Namespace
RawDescriptionHelpFormatter
RawTextHelpFormatter
ArgumentError
_ActionsContainer
_AppendAction
_AppendConstAction
_ArgumentGroup
_AttributeHolder
_CountAction
_ExtendAction
_HelpAction
_MutuallyExclusiveGroup
_StoreAction
_StoreConstAction
_StoreFalseAction
_StoreTrueAction
_SubParsersAction
_VersionAction
_copy_items
_get_action_name
ONE_OR_MORE
OPTIONAL
PARSER
REMAINDER
SUPPRESS
ZERO_OR_MORE
__version__
_UNRECOGNIZED_ARGS_ATTR
argparse.ArgumentTypeError
class ArgumentTypeError(Exception): (source)
View In Hierarchy
An error from trying to convert a command line string to a type.