class documentation

class HierarchicDictFrame(object): (source)

View In Hierarchy

Object acts as a member dict for HierarchicDict
Method __getitem__ Undocumented
Method __init__ Constructor
Method __setitem__ Undocumented
Method get Undocumented
Method remove Undocumented
Class Variable __slots__ Undocumented
Instance Variable dict Undocumented
Instance Variable key Undocumented
Method _keys Undocumented
def __getitem__(self, k): (source)

Undocumented

def __init__(self, dict, key): (source)
Constructor
Parameters
dictthe dict used to store the properties per namespace (internal in HierarchicDict)
keythe key for this member dict
def __setitem__(self, k, v): (source)

Undocumented

def get(self, k, default=None): (source)

Undocumented

def remove(self, k): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

dict = (source)

Undocumented

Undocumented

def _keys(self): (source)

Undocumented