class documentation

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__.

Method __repr__ Undocumented
Method _get_args Undocumented
Method _get_kwargs Undocumented
def __repr__(self): (source)

Undocumented

def _get_args(self): (source)

Undocumented

def _get_kwargs(self): (source)

Undocumented