Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h244 … {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS, pysqlite_cursor_fetchall__doc__},
250 pysqlite_cursor_fetchall(pysqlite_Cursor *self, PyObject *Py_UNUSED(ignored)) in pysqlite_cursor_fetchall() function