class documentation

class Namespace: (source)

View In Hierarchy

A namespace object that can hold arbitrary attributes. It may be initialized from a dictionary or with keyword arguments.

Method __getattribute__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method __setitem__ Undocumented
Instance Variable __attrs Undocumented
def __getattribute__(self, name): (source)

Undocumented

Parameters
name:strUndocumented
Returns
t.AnyUndocumented
def __init__(*args, **kwargs): (source)

Undocumented

Parameters
*args:t.AnyUndocumented
**kwargs:t.AnyUndocumented
def __repr__(self): (source)

Undocumented

Returns
strUndocumented
def __setitem__(self, name, value): (source)

Undocumented

Parameters
name:strUndocumented
value:t.AnyUndocumented
__attrs = (source)

Undocumented