Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py33 def func_returnint(): function
131 self.con.create_function("returnint", 0, func_returnint)
/external/python/cpython3/Lib/sqlite3/test/
Duserfunctions.py32 def func_returnint(): function
146 self.con.create_function("returnint", 0, func_returnint)