Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h159 … {"fetchone", (PyCFunction)pysqlite_cursor_fetchone, METH_NOARGS, pysqlite_cursor_fetchone__doc__},
165 pysqlite_cursor_fetchone(pysqlite_Cursor *self, PyObject *Py_UNUSED(ignored)) in pysqlite_cursor_fetchone() function
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.h66 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args);
Dcursor.c923 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchone() function
1044 {"fetchone", (PyCFunction)pysqlite_cursor_fetchone, METH_NOARGS,