Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dbltinmodule.c1411 builtin_next(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in builtin_next() function
2761 {"next", (PyCFunction)builtin_next, METH_FASTCALL, next_doc},
/external/python/cpython2/Python/
Dbltinmodule.c1105 builtin_next(PyObject *self, PyObject *args) in builtin_next() function
2660 {"next", builtin_next, METH_VARARGS, next_doc},