Searched defs:three_way_cmp (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ctypes/test/ | ||
D | test_libc.py | 8 def three_way_cmp(x, y): function |
/external/python/cpython3/Lib/unittest/ | ||
D | util.py | 115 def three_way_cmp(x, y): function |