CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions
argparse._AttributeHolder Class Reference
Inheritance diagram for argparse._AttributeHolder:
argparse.Action argparse.ArgumentParser argparse.Namespace argparse._AppendAction argparse._AppendConstAction argparse._CountAction argparse._HelpAction argparse._StoreAction argparse._StoreConstAction argparse._SubParsersAction argparse._SubParsersAction._ChoicesPseudoAction argparse._VersionAction

Public Member Functions

def __repr__
 

Private Member Functions

def _get_args
 
def _get_kwargs
 

Detailed Description

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 142 of file argparse.py.

Member Function Documentation

def argparse._AttributeHolder.__repr__ (   self)

Definition at line 151 of file argparse.py.

def argparse._AttributeHolder._get_args (   self)
private

Definition at line 163 of file argparse.py.

def argparse._AttributeHolder._get_kwargs (   self)
private

Definition at line 160 of file argparse.py.