Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h181 …{"fetchmany", _PyCFunction_CAST(pysqlite_cursor_fetchmany), METH_FASTCALL|METH_KEYWORDS, pysqlite_…
187 pysqlite_cursor_fetchmany(pysqlite_Cursor *self, PyObject *const *args, Py_ssize_t nargs, PyObject … in pysqlite_cursor_fetchmany() function