Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dconnection.c.h1117 …{"__exit__", _PyCFunction_CAST(pysqlite_connection_exit), METH_FASTCALL, pysqlite_connection_exit_…
1124 pysqlite_connection_exit(pysqlite_Connection *self, PyObject *const *args, Py_ssize_t nargs) in pysqlite_connection_exit() function
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c1553 pysqlite_connection_exit(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_exit() function
1625 {"__exit__", (PyCFunction)pysqlite_connection_exit, METH_VARARGS,