Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dmodule.c86 static PyObject* module_complete(PyObject* self, PyObject* args, PyObject* in module_complete() function
237 {"complete_statement", (PyCFunction)module_complete,
/external/python/cpython3/Modules/_sqlite/
Dmodule.c101 static PyObject* module_complete(PyObject* self, PyObject* args, PyObject* in module_complete() function
250 {"complete_statement", (PyCFunction)module_complete,