Home
last modified time | relevance | path

Searched refs:three_way_cmp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
Dtest_libc.py8 def three_way_cmp(x, y): function
26 return three_way_cmp(a[0], b[0])
/external/python/cpython3/Lib/unittest/
Dloader.py72 sortTestMethodsUsing = staticmethod(util.three_way_cmp)
497 def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp):
500 def makeSuite(testCaseClass, prefix='test', sortUsing=util.three_way_cmp,
505 def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp,
Dutil.py115 def three_way_cmp(x, y): function