Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h121 …{"executescript", (PyCFunction)pysqlite_cursor_executescript, METH_O, pysqlite_cursor_executescrip…
128 pysqlite_cursor_executescript(pysqlite_Cursor *self, PyObject *arg) in pysqlite_cursor_executescript() function
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c779 PyObject* pysqlite_cursor_executescript(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_executescript() function
1042 {"executescript", (PyCFunction)pysqlite_cursor_executescript, METH_VARARGS,