Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/sqlite3/test/
Dhooks.py60 mycoll = lambda x, y: -((x > y) - (x < y)) function
75 def mycoll(x, y): function
102 def mycoll(x, y): function
/external/python/cpython3/Lib/sqlite3/test/
Dhooks.py51 mycoll = lambda x, y: -((x > y) - (x < y)) function
66 def mycoll(x, y): function
91 def mycoll(x, y): function