Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_connection_executescript

1329 PyObject* pysqlite_connection_executescript(pysqlite_Connection* self, PyObject* args)
1647 {"executescript", (PyCFunction)pysqlite_connection_executescript, METH_VARARGS,