Searched refs:pysqlite_connection_exit (Results 1 – 2 of 2) sorted by relevance
1117 …{"__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
1553 pysqlite_connection_exit(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_exit() function1625 {"__exit__", (PyCFunction)pysqlite_connection_exit, METH_VARARGS,