Public Member Functions | |
def | __init__ (self, container, title=None, description=None, kwargs) |
Public Member Functions inherited from argparse._ActionsContainer | |
def | __init__ (self, description, prefix_chars, argument_default, conflict_handler) |
def | add_argument (self, args, kwargs) |
def | add_argument_group (self, args, kwargs) |
def | add_mutually_exclusive_group (self, kwargs) |
def | register (self, registry_name, value, object) |
def | set_defaults (self, kwargs) |
Public Attributes | |
title | |
Public Attributes inherited from argparse._ActionsContainer | |
argument_default | |
conflict_handler | |
description | |
prefix_chars | |
Private Member Functions | |
def | _add_action (self, action) |
def | _remove_action (self, action) |
Private Attributes | |
_actions | |
_defaults | |
_group_actions | |
_has_negative_number_optionals | |
_option_string_actions | |
_registries | |
Definition at line 1450 of file argparse.py.
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 Vispa.Views.LineDecayView.LineDecayContainer.autolayout(), Vispa.Views.LineDecayView.LineDecayContainer.autolayoutThreadFinished(), Vispa.Views.LineDecayView.LineDecayContainer.childFinishedAutolayouting(), Formatter.SimpleHTMLFormatter.headers(), and Vispa.Gui.PortWidget.PortWidget.name().