Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h69 PyObject* pysqlite_cursor_close(pysqlite_Cursor* self, PyObject* args);
Dcursor.c1027 PyObject* pysqlite_cursor_close(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_close() function
1057 {"close", (PyCFunction)pysqlite_cursor_close, METH_NOARGS,