Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1515 pysqlite_connection_enter(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_enter() function
1594 {"__enter__", (PyCFunction)pysqlite_connection_enter, METH_NOARGS,