Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dcache.c220 PyObject* pysqlite_cache_display(pysqlite_Cache* self, PyObject* args) in pysqlite_cache_display() function
259 {"display", (PyCFunction)pysqlite_cache_display, METH_NOARGS,
/external/python/cpython2/Modules/_sqlite/
Dcache.c215 PyObject* pysqlite_cache_display(pysqlite_Cache* self, PyObject* args) in pysqlite_cache_display() function
272 {"display", (PyCFunction)pysqlite_cache_display, METH_NOARGS,