Searched refs:pysqlite_cursor_fetchone (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Modules/_sqlite/clinic/ |
| D | cursor.c.h | 129 … {"fetchone", (PyCFunction)pysqlite_cursor_fetchone, METH_NOARGS, pysqlite_cursor_fetchone__doc__}, 135 pysqlite_cursor_fetchone(pysqlite_Cursor *self, PyObject *Py_UNUSED(ignored)) in pysqlite_cursor_fetchone() function
|
| /external/python/cpython2/Modules/_sqlite/ |
| D | cursor.h | 66 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args);
|
| D | cursor.c | 923 PyObject* pysqlite_cursor_fetchone(pysqlite_Cursor* self, PyObject* args) in pysqlite_cursor_fetchone() function 1044 {"fetchone", (PyCFunction)pysqlite_cursor_fetchone, METH_NOARGS,
|