Getting Started
API Reference
DotDict
DotDict.__init__()
DotDict.get()
DotDict.to_dict()
DotDict.__str__()
DotDict.__repr__()
DotDict._repr_pretty_()
DotDict.pformat()
DotDict.__len__()
DotDict.keys()
DotDict.values()
DotDict.items()
DotDict.update()
DotDict.setdefault()
DotDict.pop()
DotDict.__contains__()
DotDict.__iter__()
DotDict.copy()
DotDict.__dir__()
DotDict.__eq__()
DotDict.__ne__()
DotDict.__lt__()
DotDict.__le__()
DotDict.__gt__()
DotDict.__ge__()
DotDict.__bool__()
listed_dict()
pop_keys()
replace()
safe_merge()
to_str()
flatten()
scitex_dict