Searched defs:pysqlite_cursor_fetchall (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dcursor.c980 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args) function
1044 {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS,
/external/python/cpython3/Modules/_sqlite/
H A Dcursor.c883 PyObject* pysqlite_cursor_fetchall(pysqlite_Cursor* self, PyObject* args) function
945 {"fetchall", (PyCFunction)pysqlite_cursor_fetchall, METH_NOARGS,

Completed in 82 milliseconds