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 1165 of file argparse.py.
def argparse._ActionsContainer.__init__ | ( | self, | |
description, | |||
prefix_chars, | |||
argument_default, | |||
conflict_handler | |||
) |
Definition at line 1171 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 1298 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(), and 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 1322 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 1426 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(), 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 1417 of file argparse.py.
References argparse._ActionsContainer.conflict_handler.
Referenced by argparse._ActionsContainer.__init__(), 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 1378 of file argparse.py.
References python.multivaluedict.dict, and argparse._ActionsContainer.prefix_chars.
Referenced by argparse._ActionsContainer._get_optional_kwargs(), and 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 1362 of file argparse.py.
References python.multivaluedict.dict.
Referenced by argparse._ActionsContainer._get_positional_kwargs(), and 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 1440 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 1447 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 1413 of file argparse.py.
References argparse._ActionsContainer._registry_get().
Referenced by argparse._ActionsContainer._pop_action_class(), argparse._ActionsContainer.add_argument(), and 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 1223 of file argparse.py.
References argparse._ActionsContainer._registries, and reco.get().
Referenced by argparse.ArgumentParser._get_value(), argparse._ActionsContainer._pop_action_class(), argparse._ActionsContainer._registry_get(), and argparse._ActionsContainer.add_argument().
|
private |
Definition at line 1298 of file argparse.py.
References argparse._ActionsContainer._remove_action().
|
private |
Definition at line 1319 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 1248 of file argparse.py.
References argparse._ActionsContainer._add_action(), argparse._callable(), argparse._ActionsContainer._defaults, 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__(), and argparse._ActionsContainer.add_argument().
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 1288 of file argparse.py.
Referenced by argparse.ArgumentParser.__init__(), argparse._ActionsContainer._add_container_actions(), argparse._ActionsContainer.add_argument_group(), and 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 1293 of file argparse.py.
Referenced by 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 1219 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 1229 of file argparse.py.
References argparse._ActionsContainer._actions.
Referenced by argparse._ActionsContainer.set_defaults().
|
private |
Definition at line 1203 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ActionsContainer._add_container_actions(), and argparse.ArgumentParser.format_help().
|
private |
Definition at line 1199 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse.ArgumentParser._get_optional_actions(), argparse.ArgumentParser._get_positional_actions(), argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser.format_help(), argparse.ArgumentParser.format_usage(), argparse._ActionsContainer.get_default(), argparse.ArgumentParser.parse_known_args(), and argparse._ActionsContainer.set_defaults().
|
private |
Definition at line 1207 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse._ActionsContainer.add_argument(), and argparse.ArgumentParser.parse_known_args().
|
private |
Definition at line 1214 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse._ActionsContainer._add_action(), and argparse.ArgumentParser._parse_optional().
|
private |
Definition at line 1204 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser.add_subparsers(), argparse.ArgumentParser.format_help(), and argparse.ArgumentParser.format_usage().
|
private |
Definition at line 1210 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__().
|
private |
Definition at line 1200 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), argparse._ActionsContainer._add_action(), argparse._ActionsContainer._check_conflict(), argparse.ArgumentParser._get_option_tuples(), argparse.ArgumentParser._parse_known_args(), and argparse.ArgumentParser._parse_optional().
|
private |
Definition at line 1180 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ArgumentGroup.__init__(), and argparse._ActionsContainer._registry_get().
argparse._ActionsContainer.argument_default |
Definition at line 1175 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), and argparse._ActionsContainer.add_argument().
argparse._ActionsContainer.conflict_handler |
Definition at line 1177 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse._ActionsContainer._check_conflict(), and argparse._ActionsContainer._get_handler().
argparse._ActionsContainer.description |
Definition at line 1174 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), and argparse.ArgumentParser.format_help().
argparse._ActionsContainer.prefix_chars |
Definition at line 1176 of file argparse.py.
Referenced by argparse._ActionsContainer.__init__(), argparse.ArgumentParser._get_option_tuples(), argparse._ActionsContainer._get_optional_kwargs(), argparse.ArgumentParser._parse_known_args(), argparse.ArgumentParser._parse_optional(), and argparse._ActionsContainer.add_argument().