Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py44 def func_raiseexception(): function
136 self.con.create_function("raiseexception", 0, func_raiseexception)
/external/python/cpython3/Lib/sqlite3/test/
Duserfunctions.py43 def func_raiseexception(): function
152 self.con.create_function("raiseexception", 0, func_raiseexception)