Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_connection_exit

1583 pysqlite_connection_exit(pysqlite_Connection* self, PyObject* args)
1657 {"__exit__", (PyCFunction)pysqlite_connection_exit, METH_VARARGS,