HomeSort by relevance Sort by last modified time
    Searched refs:cmp_to_key (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
functools.py 80 def cmp_to_key(mycmp): function
pstats.py 28 from functools import cmp_to_key namespace
234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
functools.py 80 def cmp_to_key(mycmp): function
pstats.py 28 from functools import cmp_to_key namespace
234 stats_list.sort(key=cmp_to_key(TupleComp(sort_tuple).compare))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 9 from functools import cmp_to_key as _CmpToKey
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 9 from functools import cmp_to_key as _CmpToKey
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 364 self.assertEqual(sorted(range(5), key=functools.cmp_to_key(mycmp)),
370 key = functools.cmp_to_key(mycmp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 364 self.assertEqual(sorted(range(5), key=functools.cmp_to_key(mycmp)),
370 key = functools.cmp_to_key(mycmp)

Completed in 288 milliseconds