Classes | |
class | _ChoicesPseudoAction |
Public Member Functions | |
def | __call__ |
def | __call__ |
def | __init__ |
def | __init__ |
def | add_parser |
def | add_parser |
Public Member Functions inherited from argparse.Action | |
def | __call__ |
def | __call__ |
def | __init__ |
def | __init__ |
Public Member Functions inherited from argparse._AttributeHolder | |
def | __repr__ |
def | __repr__ |
Private Member Functions | |
def | _get_subactions |
def | _get_subactions |
Private Attributes | |
_choices_actions | |
_name_parser_map | |
_parser_class | |
_prog_prefix | |
Additional Inherited Members | |
Public Attributes inherited from argparse.Action | |
choices | |
const | |
default | |
dest | |
help | |
metavar | |
nargs | |
option_strings | |
required | |
type | |
Definition at line 1023 of file argparse.py.
def argparse._SubParsersAction.__init__ | ( | self, | |
option_strings, | |||
prog, | |||
parser_class, | |||
dest = SUPPRESS , |
|||
help = None , |
|||
metavar = None |
|||
) |
def argparse._SubParsersAction.__init__ | ( | self, | |
option_strings, | |||
prog, | |||
parser_class, | |||
dest = SUPPRESS , |
|||
help = None , |
|||
metavar = None |
|||
) |
def argparse._SubParsersAction.__call__ | ( | self, | |
parser, | |||
namespace, | |||
values, | |||
option_string = None |
|||
) |
Definition at line 1071 of file argparse.py.
References argparse._SubParsersAction._name_parser_map, argparse.Action.dest, and join().
Referenced by argparse._SubParsersAction.__call__().
def argparse._SubParsersAction.__call__ | ( | self, | |
parser, | |||
namespace, | |||
values, | |||
option_string = None |
|||
) |
Definition at line 1076 of file argparse.py.
References argparse._SubParsersAction.__call__(), argparse._SubParsersAction._name_parser_map, argparse.Action.dest, join(), and dbtoconf.object.
|
private |
Definition at line 1068 of file argparse.py.
References argparse._SubParsersAction._choices_actions.
Referenced by argparse._SubParsersAction._get_subactions().
|
private |
Definition at line 1073 of file argparse.py.
References argparse._SubParsersAction._choices_actions, and argparse._SubParsersAction._get_subactions().
def argparse._SubParsersAction.add_parser | ( | self, | |
name, | |||
kwargs | |||
) |
Definition at line 1052 of file argparse.py.
References argparse._SubParsersAction._name_parser_map, argparse._SubParsersAction._parser_class, and argparse._SubParsersAction._prog_prefix.
Referenced by argparse._SubParsersAction.add_parser().
def argparse._SubParsersAction.add_parser | ( | self, | |
name, | |||
kwargs | |||
) |
Definition at line 1057 of file argparse.py.
References argparse._SubParsersAction._name_parser_map, argparse._SubParsersAction._parser_class, argparse._SubParsersAction._prog_prefix, and argparse._SubParsersAction.add_parser().
|
private |
Definition at line 1042 of file argparse.py.
Referenced by argparse._SubParsersAction.__init__(), argparse._SubParsersAction._get_subactions(), and python.rootplot.argparse._SubParsersAction._get_subactions().
|
private |
|
private |
Definition at line 1040 of file argparse.py.
Referenced by argparse._SubParsersAction.__init__(), argparse._SubParsersAction.add_parser(), and python.rootplot.argparse._SubParsersAction.add_parser().
|
private |
Definition at line 1039 of file argparse.py.
Referenced by argparse._SubParsersAction.__init__(), argparse._SubParsersAction.add_parser(), and python.rootplot.argparse._SubParsersAction.add_parser().