class documentation
class _ArgumentGroup(_ActionsContainer): (source)
Known subclasses: argparse._MutuallyExclusiveGroup
Constructor: _ArgumentGroup(container, title, description, **kwargs)
Undocumented
| Method | __init__ |
Undocumented |
| Instance Variable | title |
Undocumented |
| Method | _add |
Undocumented |
| Method | _remove |
Undocumented |
| Instance Variable | _actions |
Undocumented |
| Instance Variable | _defaults |
Undocumented |
| Instance Variable | _group |
Undocumented |
| Instance Variable | _has |
Undocumented |
| Instance Variable | _mutually |
Undocumented |
| Instance Variable | _option |
Undocumented |
| Instance Variable | _registries |
Undocumented |
Inherited from _ActionsContainer:
| Method | add |
add_argument(dest, ..., name=value, ...) add_argument(option_string, option_string, ..., name=value, ...) |
| Method | add |
Undocumented |
| Method | add |
Undocumented |
| Method | get |
Undocumented |
| Method | register |
Undocumented |
| Method | set |
Undocumented |
| Instance Variable | argument |
Undocumented |
| Instance Variable | conflict |
Undocumented |
| Instance Variable | description |
Undocumented |
| Instance Variable | prefix |
Undocumented |
| Method | _add |
Undocumented |
| Method | _check |
Undocumented |
| Method | _get |
Undocumented |
| Method | _get |
Undocumented |
| Method | _get |
Undocumented |
| Method | _handle |
Undocumented |
| Method | _handle |
Undocumented |
| Method | _pop |
Undocumented |
| Method | _registry |
Undocumented |
| Instance Variable | _action |
Undocumented |
| Instance Variable | _negative |
Undocumented |
overrides
argparse._ActionsContainer.__init__overridden in
argparse._MutuallyExclusiveGroupUndocumented
overrides
argparse._ActionsContainer._add_actionoverridden in
argparse._MutuallyExclusiveGroupUndocumented