Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dcursor.c692 pysqlite_cursor_executescript(pysqlite_Cursor *self, PyObject *script_obj) in pysqlite_cursor_executescript() function
/external/python/cpython2/Modules/_sqlite/
Dcursor.c779 PyObject* pysqlite_cursor_executescript(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_executescript() function