Searched refs:mycmp (Results 1 – 4 of 4) sorted by relevance
806 def cmp_to_key(mycmp): argument812 return mycmp(self.obj, other.obj) < 0814 return mycmp(self.obj, other.obj) > 0816 return mycmp(self.obj, other.obj) == 0818 return mycmp(self.obj, other.obj) <= 0820 return mycmp(self.obj, other.obj) >= 0822 return mycmp(self.obj, other.obj) != 0
22 def _CmpToKey(mycmp): argument28 return mycmp(self.obj, other.obj) == -1
491 sub mycmp ($$) 601 mycmp($fn_totals{$a}, $fn_totals{$b})
763 sub mycmp ($$) 876 mycmp($fn_totals{$a}, $fn_totals{$b})