class documentation

class Namespace:

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):

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

Parameters
name:strUndocumented
value:t.AnyUndocumented
__attrs =

Undocumented