class documentation

Simple object for storing attributes.

Implements equality by attribute names and values, and provides a simple string representation.

Method __contains__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented

Inherited from _AttributeHolder:

Method __repr__ Undocumented
Method _get_args Undocumented
Method _get_kwargs Undocumented
def __contains__(self, key): (source)

Undocumented

def __eq__(self, other): (source)

Undocumented

def __init__(self, **kwargs): (source)

Undocumented