Direktori : /proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/pynetbox/core/ |
Current File : //proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/pynetbox/core/util.py |
class Hashabledict(dict): def __hash__(self): return hash(frozenset(self))