Searched defs:authorizer_cb (Results 1 – 1 of 1) sorted by relevance
| /external/python/cpython3/Lib/test/test_sqlite3/ |
| D | test_userfunctions.py | 764 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerTests 818 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerRaiseExceptionTests 835 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerIllegalTypeTests 844 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerLargeIntegerTests
|