Public Member Functions | List of all members
basis.argparse._AttributeHolder Class Reference
+ Inheritance diagram for basis.argparse._AttributeHolder:
+ Collaboration diagram for basis.argparse._AttributeHolder:

Public Member Functions

def __repr__ (self)
 

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

Member Function Documentation

§ __repr__()

def basis.argparse._AttributeHolder.__repr__ (   self)

Definition at line 148 of file argparse.py.


The documentation for this class was generated from the following file: