Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_connection_executescript

1293 PyObject* pysqlite_connection_executescript(pysqlite_Connection* self, PyObject* args, PyObject* kwargs)

1586 {"executescript", (PyCFunction)pysqlite_connection_executescript, METH_VARARGS,