This is the complete list of members for argparse._SubParsersAction, including all inherited members.
__call__(self, parser, namespace, values, option_string=None) | argparse._SubParsersAction | |
__init__(self, option_strings, prog, parser_class, dest=SUPPRESS, help=None, metavar=None) | argparse._SubParsersAction | |
argparse::Action.__init__(self, option_strings, dest, nargs=None, const =None, default=None, type=None, choices=None, required=False, help=None, metavar=None) | argparse.Action | |
__repr__(self) | argparse._AttributeHolder | |
_choices_actions | argparse._SubParsersAction | private |
_get_subactions(self) | argparse._SubParsersAction | private |
_name_parser_map | argparse._SubParsersAction | private |
_parser_class | argparse._SubParsersAction | private |
_prog_prefix | argparse._SubParsersAction | private |
add_parser(self, name, kwargs) | argparse._SubParsersAction | |
choices | argparse.Action | |
const | argparse.Action | |
default | argparse.Action | |
dest | argparse.Action | |
help | argparse.Action | |
metavar | argparse.Action | |
nargs | argparse.Action | |
option_strings | argparse.Action | |
required | argparse.Action | |
type | argparse.Action |