Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c790 PyObject* pysqlite_cursor_executescript(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_executescript() function
1049 {"executescript", (PyCFunction)pysqlite_cursor_executescript, METH_VARARGS,