Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmicroprotocols.h51 pysqlite_adapt(pysqlite_Cursor* self, PyObject *args);
Dmicroprotocols.c135 pysqlite_adapt(pysqlite_Cursor *self, PyObject *args) in pysqlite_adapt() function
Dmodule.c247 {"adapt", (PyCFunction)pysqlite_adapt, METH_VARARGS,