For more information on the search, visit the help page.
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.