class documentation

Displays an abbreviated repr of values where possible. Inherits from AttrDict, so a callable value will be lazily converted to an actual value.

Method __init__ Undocumented
Method __repr__ Undocumented

Inherited from AttrDict:

Method __getattr__ Undocumented
Method __getitem__ Undocumented
Method __setattr__ Undocumented
Method __str__ Undocumented
Method _short_repr Undocumented
Method _str Undocumented
def __init__(self, *args, **kwargs): (source)
def __repr__(self): (source)