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