Classes | |
class | _ActionsContainer |
class | _AppendAction |
class | _AppendConstAction |
class | _ArgumentGroup |
class | _AttributeHolder |
class | _CountAction |
class | _HelpAction |
class | _MutuallyExclusiveGroup |
class | _StoreAction |
class | _StoreConstAction |
class | _StoreFalseAction |
class | _StoreTrueAction |
class | _SubParsersAction |
class | _VersionAction |
class | Action |
class | ArgumentDefaultsHelpFormatter |
class | ArgumentError |
class | ArgumentParser |
class | FileType |
class | HelpFormatter |
class | Namespace |
class | RawDescriptionHelpFormatter |
class | RawTextHelpFormatter |
Functions | |
def | _ensure_value (namespace, name, value) |
def | _get_action_name (argument) |
def | _sorted (iterable, reverse=False) |
Variables | |
__all__ | |
__version__ | |
_basestring | |
_set | |
_sorted | |
action | |
category | |
message | |
module | |
ONE_OR_MORE | |
OPTIONAL | |
PARSER | |
SUPPRESS | |
ZERO_OR_MORE | |
|
private |
Definition at line 167 of file argparse.py.
Referenced by argparse._AppendAction.__call__(), argparse._AppendConstAction.__call__(), and argparse._CountAction.__call__().
|
private |
Definition at line 687 of file argparse.py.
References join().
Referenced by argparse.ArgumentParser._parse_known_args().
Definition at line 114 of file argparse.py.
References _sorted, and list().
|
private |
Definition at line 79 of file argparse.py.
|
private |
Definition at line 78 of file argparse.py.
|
private |
Definition at line 106 of file argparse.py.
|
private |
Definition at line 101 of file argparse.py.
Referenced by argparse.HelpFormatter._format_actions_usage(), argparse._ActionsContainer._get_optional_kwargs(), and argparse.ArgumentParser._parse_known_args().
|
private |
Definition at line 111 of file argparse.py.
Referenced by argparse.HelpFormatter._format_actions_usage(), argparse._AttributeHolder._get_kwargs(), and _sorted().
argparse.action |
Definition at line 125 of file argparse.py.
Referenced by argparse.ArgumentParser._parse_known_args().
argparse.category |
Definition at line 127 of file argparse.py.
argparse.message |
Definition at line 126 of file argparse.py.
argparse.module |
Definition at line 128 of file argparse.py.
argparse.ONE_OR_MORE |
Definition at line 135 of file argparse.py.
argparse.OPTIONAL |
Definition at line 133 of file argparse.py.
argparse.PARSER |
Definition at line 136 of file argparse.py.
argparse.SUPPRESS |
Definition at line 131 of file argparse.py.
argparse.ZERO_OR_MORE |
Definition at line 134 of file argparse.py.