Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py39 def func_returnblob(): function
134 self.con.create_function("returnblob", 0, func_returnblob)
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_userfunctions.py86 def func_returnblob(): function
195 self.con.create_function("returnblob", 0, func_returnblob)