__init__(self, description, prefix_chars, argument_default, conflict_handler) | argparse._ActionsContainer | |
_action_groups | argparse._ActionsContainer | private |
_actions | argparse._ActionsContainer | private |
_add_action(self, action) | argparse._ActionsContainer | private |
_add_container_actions(self, container) | argparse._ActionsContainer | private |
_check_conflict(self, action) | argparse._ActionsContainer | private |
_defaults | argparse._ActionsContainer | private |
_get_handler(self) | argparse._ActionsContainer | private |
_get_optional_kwargs(self, args, kwargs) | argparse._ActionsContainer | private |
_get_positional_kwargs(self, dest, kwargs) | argparse._ActionsContainer | private |
_handle_conflict_error(self, action, conflicting_actions) | argparse._ActionsContainer | private |
_handle_conflict_resolve(self, action, conflicting_actions) | argparse._ActionsContainer | private |
_has_negative_number_optionals | argparse._ActionsContainer | private |
_mutually_exclusive_groups | argparse._ActionsContainer | private |
_negative_number_matcher | argparse._ActionsContainer | private |
_option_string_actions | argparse._ActionsContainer | private |
_pop_action_class(self, kwargs, default=None) | argparse._ActionsContainer | private |
_registries | argparse._ActionsContainer | private |
_registry_get(self, registry_name, value, default=None) | argparse._ActionsContainer | private |
_remove_action(self, action) | argparse._ActionsContainer | private |
add_argument(self, args, kwargs) | argparse._ActionsContainer | |
add_argument_group(self, args, kwargs) | argparse._ActionsContainer | |
add_mutually_exclusive_group(self, kwargs) | argparse._ActionsContainer | |
argument_default | argparse._ActionsContainer | |
conflict_handler | argparse._ActionsContainer | |
description | argparse._ActionsContainer | |
prefix_chars | argparse._ActionsContainer | |
register(self, registry_name, value, object) | argparse._ActionsContainer | |
set_defaults(self, kwargs) | argparse._ActionsContainer | |