Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1524 pysqlite_connection_exit(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_exit() function
1596 {"__exit__", (PyCFunction)pysqlite_connection_exit, METH_VARARGS,