Searched refs:mycoll (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/sqlite3/test/ |
D | hooks.py | 60 mycoll = lambda x, y: -((x > y) - (x < y)) function 61 con.create_collation(BadUpperStr("mycoll"), mycoll) 75 def mycoll(x, y): function 80 con.create_collation("mycoll", mycoll) 102 def mycoll(x, y): function 106 con.create_collation("mycoll", mycoll)
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | hooks.py | 51 mycoll = lambda x, y: -((x > y) - (x < y)) function 52 con.create_collation(BadUpperStr("mycoll"), mycoll) 66 def mycoll(x, y): function 71 con.create_collation("mycoll", mycoll) 91 def mycoll(x, y): function 95 con.create_collation("mycoll", mycoll)
|