Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1293 PyObject* pysqlite_connection_executescript(pysqlite_Connection* self, PyObject* args, PyObject* kw… in pysqlite_connection_executescript() function
1586 {"executescript", (PyCFunction)pysqlite_connection_executescript, METH_VARARGS,