Home
last modified time | relevance | path

Searched refs:hashdict (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py8 from fontTools.misc.dictTools import hashdict
95 key = hashdict(key)
110 key = tuple(sorted(hashdict(cleanupBox(k)) for k in key))
121 initMapInit = ((hashdict(),0),) # Initializer representing the entire space
130 intersection = hashdict(intersection)
133 remainder = hashdict(remainder)
136 del boxMap[hashdict()]
/external/fonttools/Lib/fontTools/misc/
DdictTools.py9 class hashdict(dict): class
65 result = hashdict(self)