Home
last modified time | relevance | path

Searched defs:three_way_cmp (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_libc.py8 def three_way_cmp(x, y): function
/third_party/python/Lib/unittest/
Dutil.py115 def three_way_cmp(x, y): function