Public Member Functions | |
def | __init__ |
Public Member Functions inherited from argparse._ActionsContainer | |
def | __init__ |
def | add_argument |
def | add_argument_group |
def | add_mutually_exclusive_group |
def | register |
def | set_defaults |
Public Attributes | |
title | |
Public Attributes inherited from argparse._ActionsContainer | |
argument_default | |
conflict_handler | |
description | |
prefix_chars | |
Private Member Functions | |
def | _add_action |
def | _remove_action |
Private Attributes | |
_actions | |
_defaults | |
_group_actions | |
_has_negative_number_optionals | |
_option_string_actions | |
_registries | |
Definition at line 1450 of file argparse.py.
def argparse._ArgumentGroup.__init__ | ( | self, | |
container, | |||
title = None , |
|||
description = None , |
|||
kwargs | |||
) |
Definition at line 1452 of file argparse.py.
References update.
|
private |
Definition at line 1473 of file argparse.py.
|
private |
Definition at line 1478 of file argparse.py.
|
private |
Definition at line 1467 of file argparse.py.
|
private |
Definition at line 1469 of file argparse.py.
|
private |
Definition at line 1463 of file argparse.py.
|
private |
Definition at line 1470 of file argparse.py.
|
private |
Definition at line 1468 of file argparse.py.
|
private |
Definition at line 1466 of file argparse.py.
argparse._ArgumentGroup.title |
Definition at line 1462 of file argparse.py.
Referenced by cuy.plotElement.__init__(), cuy.additionElement.__init__(), cuy.superimposeElement.__init__(), cuy.graphElement.__init__(), Vispa.Views.LineDecayView.LineDecayContainer.autolayout(), Vispa.Views.LineDecayView.LineDecayContainer.autolayoutThreadFinished(), Vispa.Views.LineDecayView.LineDecayContainer.childFinishedAutolayouting(), Formatter.SimpleHTMLFormatter.headers(), and Vispa.Gui.PortWidget.PortWidget.name().