Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dutil.c29 get_exception_class(pysqlite_state *state, int errorcode) in get_exception_class() function
124 PyObject *exc_class = get_exception_class(state, errorcode); in _pysqlite_seterror()