Searched refs:authorizer_cb (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/test_sqlite3/ | ||
H A D | test_userfunctions.py | 777 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerTests 796 self.con.set_authorizer(self.authorizer_cb) 819 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerRaiseExceptionTests 826 @with_tracebacks(ValueError, name="authorizer_cb") 830 @with_tracebacks(ValueError, name="authorizer_cb") 836 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerIllegalTypeTests 845 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerLargeIntegerTests |
Completed in 2 milliseconds