class documentation

Undocumented

Method __init__ Undocumented
Method add_argument add_argument(dest, ..., name=value, ...) add_argument(option_string, option_string, ..., name=value, ...)
Method add_argument_group Undocumented
Method add_mutually_exclusive_group Undocumented
Method get_default Undocumented
Method register Undocumented
Method set_defaults Undocumented
Instance Variable argument_default Undocumented
Instance Variable conflict_handler Undocumented
Instance Variable description Undocumented
Instance Variable prefix_chars Undocumented
Method _add_action Undocumented
Method _add_container_actions Undocumented
Method _check_conflict Undocumented
Method _get_handler Undocumented
Method _get_optional_kwargs Undocumented
Method _get_positional_kwargs Undocumented
Method _handle_conflict_error Undocumented
Method _handle_conflict_resolve Undocumented
Method _pop_action_class Undocumented
Method _registry_get Undocumented
Method _remove_action Undocumented
Instance Variable _action_groups Undocumented
Instance Variable _actions Undocumented
Instance Variable _defaults Undocumented
Instance Variable _has_negative_number_optionals Undocumented
Instance Variable _mutually_exclusive_groups Undocumented
Instance Variable _negative_number_matcher Undocumented
Instance Variable _option_string_actions Undocumented
Instance Variable _registries Undocumented
def __init__(self, description, prefix_chars, argument_default, conflict_handler): (source)

Undocumented

def add_argument(self, *args, **kwargs): (source)

add_argument(dest, ..., name=value, ...) add_argument(option_string, option_string, ..., name=value, ...)

def add_argument_group(self, *args, **kwargs): (source)

Undocumented

def add_mutually_exclusive_group(self, **kwargs): (source)

Undocumented

def get_default(self, dest): (source)

Undocumented

def register(self, registry_name, value, object): (source)

Undocumented

def set_defaults(self, **kwargs): (source)

Undocumented

argument_default = (source)

Undocumented

conflict_handler = (source)

Undocumented

description = (source)

Undocumented

prefix_chars = (source)

Undocumented

def _add_action(self, action): (source)

Undocumented

def _add_container_actions(self, container): (source)

Undocumented

def _check_conflict(self, action): (source)

Undocumented

def _get_handler(self): (source)

Undocumented

def _get_optional_kwargs(self, *args, **kwargs): (source)

Undocumented

def _get_positional_kwargs(self, dest, **kwargs): (source)

Undocumented

def _handle_conflict_error(self, action, conflicting_actions): (source)

Undocumented

def _handle_conflict_resolve(self, action, conflicting_actions): (source)

Undocumented

def _pop_action_class(self, kwargs, default=None): (source)

Undocumented

def _registry_get(self, registry_name, value, default=None): (source)

Undocumented

def _remove_action(self, action): (source)

Undocumented

_action_groups: list = (source)

Undocumented

_actions: list = (source)

Undocumented

_defaults: dict = (source)

Undocumented

_has_negative_number_optionals: list = (source)

Undocumented

_mutually_exclusive_groups: list = (source)

Undocumented

_negative_number_matcher = (source)

Undocumented

_option_string_actions: dict = (source)

Undocumented

_registries: dict = (source)

Undocumented