Home
last modified time | relevance | path

Searched refs:func_isnone (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py53 def func_isnone(v): function
141 self.con.create_function("isnone", 1, func_isnone)
/external/python/cpython3/Lib/sqlite3/test/
Duserfunctions.py51 def func_isnone(v): function
156 self.con.create_function("isnone", 1, func_isnone)