| Current Path : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/pynetbox/core/ |
| Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/pynetbox/core/util.py |
class Hashabledict(dict):
def __hash__(self):
return hash(frozenset(self))