Searched refs:pysqlite_cursor_executemany (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_sqlite/clinic/ |
D | cursor.c.h | 82 …{"executemany", (PyCFunction)(void(*)(void))pysqlite_cursor_executemany, METH_FASTCALL, pysqlite_c… 89 pysqlite_cursor_executemany(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs) in pysqlite_cursor_executemany() function
|
/external/python/cpython2/Modules/_sqlite/ |
D | cursor.h | 63 PyObject* pysqlite_cursor_executemany(pysqlite_Cursor* self, PyObject* args);
|
D | cursor.c | 774 PyObject* pysqlite_cursor_executemany(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_executemany() function 1040 {"executemany", (PyCFunction)pysqlite_cursor_executemany, METH_VARARGS,
|