Public Attributes | |
argument_default | |
conflict_handler | |
description | |
prefix_chars | |
Private Attributes | |
_action_groups | |
_actions | |
_defaults | |
_has_negative_number_optionals | |
_mutually_exclusive_groups | |
_negative_number_matcher | |
_option_string_actions | |
_registries | |
Definition at line 1167 of file argparse.py.
def argparse._ActionsContainer.__init__ | ( | self, | |
description, | |||
prefix_chars, | |||
argument_default, | |||
conflict_handler | |||
) |
Definition at line 1173 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__().
def argparse._ActionsContainer.__init__ | ( | self, | |
description, | |||
prefix_chars, | |||
argument_default, | |||
conflict_handler | |||
) |
Definition at line 1167 of file argparse.py.
References argparse._ActionsContainer.__init__(), argparse._ActionsContainer._action_groups, argparse._ActionsContainer._actions, argparse._ActionsContainer._defaults, argparse._ActionsContainer._get_handler(), argparse._ActionsContainer._has_negative_number_optionals, argparse._ActionsContainer._mutually_exclusive_groups, argparse._ActionsContainer._negative_number_matcher, argparse._ActionsContainer._option_string_actions, argparse._ActionsContainer._registries, argparse._ActionsContainer.argument_default, argparse._ActionsContainer.conflict_handler, ExpressionHisto< T >.description, argparse._ActionsContainer.description, argparse._ActionsContainer.prefix_chars, VarParsing.VarParsing.register(), and argparse._ActionsContainer.register().
|
private |
Definition at line 1277 of file argparse.py.
References argparse._ActionsContainer._add_action(), argparse._ActionsContainer._check_conflict(), argparse._ActionsContainer._has_negative_number_optionals, and argparse._ActionsContainer._option_string_actions.
|
private |
Definition at line 1307 of file argparse.py.
References argparse._ActionsContainer._check_conflict(), argparse._ActionsContainer._has_negative_number_optionals, and argparse._ActionsContainer._option_string_actions.
Referenced by argparse._ActionsContainer._add_action(), argparse._ActionsContainer._add_container_actions(), argparse._ActionsContainer.add_argument(), and python.rootplot.argparse._ActionsContainer.add_argument().
|
private |
Definition at line 1301 of file argparse.py.
References argparse._ActionsContainer._action_groups, argparse._ActionsContainer._add_action(), argparse._ActionsContainer._add_container_actions(), argparse._ActionsContainer.add_argument_group(), and argparse._ActionsContainer.add_mutually_exclusive_group().
|
private |
Definition at line 1331 of file argparse.py.
References argparse._ActionsContainer._action_groups, argparse._ActionsContainer._add_action(), argparse._ActionsContainer.add_argument_group(), and argparse._ActionsContainer.add_mutually_exclusive_group().
Referenced by argparse.ArgumentParser.__init__(), and argparse._ActionsContainer._add_container_actions().
|
private |
Definition at line 1414 of file argparse.py.
References argparse._ActionsContainer._check_conflict(), argparse._ActionsContainer._get_handler(), argparse._ActionsContainer._option_string_actions, and argparse._ActionsContainer.conflict_handler.
|
private |
Definition at line 1435 of file argparse.py.
References argparse._ActionsContainer._get_handler(), argparse._ActionsContainer._option_string_actions, and argparse._ActionsContainer.conflict_handler.
Referenced by argparse._ActionsContainer._add_action(), python.rootplot.argparse._ActionsContainer._add_action(), and argparse._ActionsContainer._check_conflict().
|
private |
Definition at line 1405 of file argparse.py.
References argparse._ActionsContainer._get_handler(), and argparse._ActionsContainer.conflict_handler.
|
private |
Definition at line 1426 of file argparse.py.
References argparse._ActionsContainer.conflict_handler.
Referenced by argparse._ActionsContainer.__init__(), argparse._ActionsContainer._check_conflict(), python.rootplot.argparse._ActionsContainer._check_conflict(), and argparse._ActionsContainer._get_handler().
|
private |
Definition at line 1357 of file argparse.py.
References argparse._ActionsContainer._get_optional_kwargs(), argparse._set, python.multivaluedict.dict, and argparse._ActionsContainer.prefix_chars.
|
private |
Definition at line 1387 of file argparse.py.
References python.multivaluedict.dict, and argparse._ActionsContainer.prefix_chars.
Referenced by argparse._ActionsContainer._get_optional_kwargs(), argparse._ActionsContainer.add_argument(), and python.rootplot.argparse._ActionsContainer.add_argument().
|
private |
Definition at line 1341 of file argparse.py.
References argparse._ActionsContainer._get_positional_kwargs(), and python.multivaluedict.dict.
|
private |
Definition at line 1371 of file argparse.py.
References python.multivaluedict.dict.
Referenced by argparse._ActionsContainer._get_positional_kwargs(), argparse._ActionsContainer.add_argument(), and python.rootplot.argparse._ActionsContainer.add_argument().
|
private |
Definition at line 1428 of file argparse.py.
References argparse._ActionsContainer._handle_conflict_error(), and join().
|
private |
Definition at line 1449 of file argparse.py.
References join().
Referenced by argparse._ActionsContainer._handle_conflict_error().
|
private |
Definition at line 1435 of file argparse.py.
References argparse._ActionsContainer._handle_conflict_resolve().
|
private |
Definition at line 1456 of file argparse.py.
Referenced by argparse._ActionsContainer._handle_conflict_resolve().
|
private |
Definition at line 1401 of file argparse.py.
References argparse._ActionsContainer._pop_action_class(), and argparse._ActionsContainer._registry_get().
|
private |
Definition at line 1422 of file argparse.py.
References argparse._ActionsContainer._registry_get().
Referenced by argparse._ActionsContainer._pop_action_class(), argparse._ActionsContainer.add_argument(), python.rootplot.argparse._ActionsContainer.add_argument(), argparse.ArgumentParser.add_subparsers(), and python.rootplot.argparse.ArgumentParser.add_subparsers().
|
private |
Definition at line 1219 of file argparse.py.
References argparse._ActionsContainer._registries, argparse._ActionsContainer._registry_get(), and reco.get().
|
private |
Definition at line 1225 of file argparse.py.
References argparse._ActionsContainer._registries, and reco.get().
Referenced by argparse.ArgumentParser._get_value(), python.rootplot.argparse.ArgumentParser._get_value(), argparse._ActionsContainer._pop_action_class(), python.rootplot.argparse._ActionsContainer._pop_action_class(), argparse._ActionsContainer._registry_get(), argparse._ActionsContainer.add_argument(), and python.rootplot.argparse._ActionsContainer.add_argument().
|
private |
Definition at line 1298 of file argparse.py.
References argparse._ActionsContainer._remove_action().
|
private |
Definition at line 1328 of file argparse.py.
Referenced by argparse._ActionsContainer._remove_action().
def argparse._ActionsContainer.add_argument | ( | self, | |
args, | |||
kwargs | |||
) |
add_argument(dest, ..., name=value, ...) add_argument(option_string, option_string, ..., name=value, ...)
Definition at line 1237 of file argparse.py.
References argparse._ActionsContainer._add_action(), argparse._ActionsContainer._defaults, argparse._ActionsContainer._get_optional_kwargs(), argparse._ActionsContainer._get_positional_kwargs(), argparse._ActionsContainer._pop_action_class(), argparse._ActionsContainer.add_argument(), argparse._ActionsContainer.argument_default, and argparse._ActionsContainer.prefix_chars.
def argparse._ActionsContainer.add_argument | ( | self, | |
args, | |||
kwargs | |||
) |
add_argument(dest, ..., name=value, ...) add_argument(option_string, option_string, ..., name=value, ...)
Definition at line 1250 of file argparse.py.
References argparse._ActionsContainer._add_action(), argparse._callable(), argparse._ActionsContainer._defaults, argparse.ArgumentParser._get_formatter(), python.rootplot.argparse.ArgumentParser._get_formatter(), argparse._ActionsContainer._get_optional_kwargs(), argparse._ActionsContainer._get_positional_kwargs(), argparse._ActionsContainer._pop_action_class(), argparse._ActionsContainer._registry_get(), argparse._ActionsContainer.argument_default, and argparse._ActionsContainer.prefix_chars.
Referenced by argparse.ArgumentParser.__init__(), argparse._ActionsContainer.add_argument(), and python.rootplot.argparse.HelpFormatter.add_arguments().
def argparse._ActionsContainer.add_argument_group | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 1267 of file argparse.py.
References argparse._ActionsContainer.add_argument_group().
def argparse._ActionsContainer.add_argument_group | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 1297 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse._ActionsContainer._add_container_actions(), python.rootplot.argparse._ActionsContainer._add_container_actions(), argparse._ActionsContainer.add_argument_group(), argparse.ArgumentParser.add_subparsers(), and python.rootplot.argparse.ArgumentParser.add_subparsers().
def argparse._ActionsContainer.add_mutually_exclusive_group | ( | self, | |
kwargs | |||
) |
Definition at line 1272 of file argparse.py.
References argparse._ActionsContainer.add_mutually_exclusive_group().
def argparse._ActionsContainer.add_mutually_exclusive_group | ( | self, | |
kwargs | |||
) |
Definition at line 1302 of file argparse.py.
Referenced by argparse._ActionsContainer._add_container_actions(), python.rootplot.argparse._ActionsContainer._add_container_actions(), and argparse._ActionsContainer.add_mutually_exclusive_group().
def argparse._ActionsContainer.get_default | ( | self, | |
dest | |||
) |
def argparse._ActionsContainer.register | ( | self, | |
registry_name, | |||
value, | |||
object | |||
) |
def argparse._ActionsContainer.register | ( | self, | |
registry_name, | |||
value, | |||
object | |||
) |
Definition at line 1221 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse.ArgumentParser.__init__(), and argparse._ActionsContainer.register().
def argparse._ActionsContainer.set_defaults | ( | self, | |
kwargs | |||
) |
Definition at line 1225 of file argparse.py.
References argparse._ActionsContainer._actions, and argparse._ActionsContainer.set_defaults().
def argparse._ActionsContainer.set_defaults | ( | self, | |
kwargs | |||
) |
Definition at line 1231 of file argparse.py.
References argparse._ActionsContainer._actions.
Referenced by argparse._ActionsContainer.set_defaults().
|
private |
Definition at line 1205 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ActionsContainer._add_container_actions(), python.rootplot.argparse._ActionsContainer._add_container_actions(), argparse.ArgumentParser.format_help(), and python.rootplot.argparse.ArgumentParser.format_help().
|
private |
Definition at line 1201 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse.ArgumentParser._get_optional_actions(), python.rootplot.argparse.ArgumentParser._get_optional_actions(), argparse.ArgumentParser._get_positional_actions(), python.rootplot.argparse.ArgumentParser._get_positional_actions(), argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser.format_help(), python.rootplot.argparse.ArgumentParser.format_help(), argparse.ArgumentParser.format_usage(), python.rootplot.argparse.ArgumentParser.format_usage(), argparse._ActionsContainer.get_default(), python.rootplot.argparse._ActionsContainer.get_default(), argparse.ArgumentParser.parse_known_args(), python.rootplot.argparse.ArgumentParser.parse_known_args(), argparse._ActionsContainer.set_defaults(), and python.rootplot.argparse._ActionsContainer.set_defaults().
|
private |
Definition at line 1209 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse._ActionsContainer.add_argument(), python.rootplot.argparse._ActionsContainer.add_argument(), argparse.ArgumentParser.parse_known_args(), and python.rootplot.argparse.ArgumentParser.parse_known_args().
|
private |
Definition at line 1216 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse._ActionsContainer._add_action(), python.rootplot.argparse._ActionsContainer._add_action(), argparse.ArgumentParser._parse_optional(), and python.rootplot.argparse.ArgumentParser._parse_optional().
|
private |
Definition at line 1206 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser.add_subparsers(), python.rootplot.argparse.ArgumentParser.add_subparsers(), argparse.ArgumentParser.format_help(), python.rootplot.argparse.ArgumentParser.format_help(), argparse.ArgumentParser.format_usage(), and python.rootplot.argparse.ArgumentParser.format_usage().
|
private |
Definition at line 1212 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__().
|
private |
Definition at line 1202 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse._ActionsContainer._add_action(), python.rootplot.argparse._ActionsContainer._add_action(), argparse._ActionsContainer._check_conflict(), python.rootplot.argparse._ActionsContainer._check_conflict(), argparse.ArgumentParser._get_option_tuples(), python.rootplot.argparse.ArgumentParser._get_option_tuples(), argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser._parse_optional(), and python.rootplot.argparse.ArgumentParser._parse_optional().
|
private |
Definition at line 1182 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse._ActionsContainer._registry_get(), and python.rootplot.argparse._ActionsContainer._registry_get().
argparse._ActionsContainer.argument_default |
Definition at line 1177 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ActionsContainer.add_argument(), and python.rootplot.argparse._ActionsContainer.add_argument().
argparse._ActionsContainer.conflict_handler |
Definition at line 1179 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ActionsContainer._check_conflict(), argparse._ActionsContainer._get_handler(), and python.rootplot.argparse._ActionsContainer._get_handler().
argparse._ActionsContainer.description |
Definition at line 1176 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse.ArgumentParser.format_help(), and python.rootplot.argparse.ArgumentParser.format_help().
argparse._ActionsContainer.prefix_chars |
Definition at line 1178 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse.ArgumentParser._get_option_tuples(), python.rootplot.argparse.ArgumentParser._get_option_tuples(), argparse._ActionsContainer._get_optional_kwargs(), python.rootplot.argparse._ActionsContainer._get_optional_kwargs(), argparse.ArgumentParser._parse_known_args(), python.rootplot.argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser._parse_optional(), python.rootplot.argparse.ArgumentParser._parse_optional(), argparse._ActionsContainer.add_argument(), and python.rootplot.argparse._ActionsContainer.add_argument().