Searched refs:hashdict (Results 1 – 2 of 2) sorted by relevance
8 from fontTools.misc.dictTools import hashdict95 key = hashdict(key)110 key = tuple(sorted(hashdict(cleanupBox(k)) for k in key))121 initMapInit = ((hashdict(),0),) # Initializer representing the entire space130 intersection = hashdict(intersection)133 remainder = hashdict(remainder)136 del boxMap[hashdict()]
9 class hashdict(dict): class65 result = hashdict(self)