Searched refs:pysqlite_cache_display (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dcache.c215 PyObject* pysqlite_cache_display(pysqlite_Cache* self, PyObject* args) function
272 {"display", (PyCFunction)pysqlite_cache_display, METH_NOARGS,
/external/python/cpython3/Modules/_sqlite/
H A Dcache.c214 PyObject* pysqlite_cache_display(pysqlite_Cache* self, PyObject* args) function
253 {"display", (PyCFunction)pysqlite_cache_display, METH_NOARGS,

Completed in 42 milliseconds