Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlistobject.c3079 static PyObject *listiter_reduce(listiterobject *, PyObject *);
3088 {"__reduce__", (PyCFunction)listiter_reduce, METH_NOARGS, reduce_doc},
3198 listiter_reduce(listiterobject *it, PyObject *Py_UNUSED(ignored)) in listiter_reduce() function