Searched refs:three_way_cmp (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ctypes/test/ |
D | test_libc.py | 8 def three_way_cmp(x, y): function 26 return three_way_cmp(a[0], b[0])
|
/external/python/cpython3/Lib/unittest/ |
D | loader.py | 72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) 506 def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp, testNamePatterns=None): 509 def makeSuite(testCaseClass, prefix='test', sortUsing=util.three_way_cmp, 514 def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp,
|
D | util.py | 115 def three_way_cmp(x, y): function
|