Searched refs:comparer (Results 1 – 1 of 1) sorted by relevance
1327 def LookupKeyInOSDict(osdict, key, comparer = None): argument1337 if not comparer:1342 if comparer is not None:1343 if comparer(key, osdict.dictionary[idx].key) == 0: