Searched refs:pysqlite_cursor_fetchall (Results 1 – 1 of 1) sorted by relevance
244 … {"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