Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dmodule.c116 static PyObject* module_enable_shared_cache(PyObject* self, PyObject* args, PyObject* in module_enable_shared_cache() function
240 {"enable_shared_cache", (PyCFunction)module_enable_shared_cache,
/external/python/cpython3/Modules/_sqlite/
Dmodule.c131 static PyObject* module_enable_shared_cache(PyObject* self, PyObject* args, PyObject* in module_enable_shared_cache() function
253 {"enable_shared_cache", (PyCFunction)module_enable_shared_cache,