Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1264 PyObject* pysqlite_connection_executemany(pysqlite_Connection* self, PyObject* args, PyObject* kwar… in pysqlite_connection_executemany() function
1584 {"executemany", (PyCFunction)pysqlite_connection_executemany, METH_VARARGS,