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