Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1235 PyObject* pysqlite_connection_execute(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_execute() function
1582 {"execute", (PyCFunction)pysqlite_connection_execute, METH_VARARGS,