Home
last modified time | relevance | path

Searched defs:script_obj (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dcursor.c692 pysqlite_cursor_executescript(pysqlite_Cursor *self, PyObject *script_obj) in pysqlite_cursor_executescript()
Dconnection.c1493 PyObject *script_obj) in pysqlite_connection_executescript()
/external/python/cpython2/Modules/_sqlite/
Dcursor.c781 PyObject* script_obj; in pysqlite_cursor_executescript() local