Public Member Functions | |
def | __repr__ |
def | __repr__ |
Private Member Functions | |
def | _get_args |
def | _get_args |
def | _get_kwargs |
def | _get_kwargs |
Abstract base class that provides __repr__. The __repr__ method returns a string in the format:: ClassName(attr=name, attr=name, ...) The attributes are determined either by a class-level attribute, '_kwarg_names', or by inspecting the instance __dict__.
Definition at line 112 of file argparse.py.
def argparse._AttributeHolder.__repr__ | ( | self | ) |
Definition at line 121 of file argparse.py.
References argparse._AttributeHolder._get_args(), argparse._AttributeHolder._get_kwargs(), and join().
Referenced by argparse._AttributeHolder.__repr__().
def argparse._AttributeHolder.__repr__ | ( | self | ) |
Definition at line 151 of file argparse.py.
References argparse._AttributeHolder.__repr__(), argparse._AttributeHolder._get_args(), argparse._AttributeHolder._get_kwargs(), and join().
|
private |
Definition at line 133 of file argparse.py.
Referenced by argparse._AttributeHolder.__repr__(), python.rootplot.argparse._AttributeHolder.__repr__(), and argparse._AttributeHolder._get_args().
|
private |
Definition at line 163 of file argparse.py.
References python.multivaluedict.__init__(), argparse._ensure_value(), argparse._AttributeHolder._get_args(), and dbtoconf.object.
|
private |
Definition at line 130 of file argparse.py.
Referenced by argparse._AttributeHolder.__repr__(), python.rootplot.argparse._AttributeHolder.__repr__(), and argparse._AttributeHolder._get_kwargs().
|
private |
Definition at line 160 of file argparse.py.
References argparse._AttributeHolder._get_kwargs(), and argparse._sorted.