class documentation

class NestedDict: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method append_nest_to_list Undocumented
Method get_or_create_nest Undocumented
Instance Variable dict Undocumented
def __init__(self): (source)

Undocumented

def append_nest_to_list(self, key: Key): (source)

Undocumented

def get_or_create_nest(self, key: Key, *, access_lists: bool = True) -> dict: (source)

Undocumented

Undocumented