Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlistobject.c3096 static PyObject *listiter_next(listiterobject *);
3141 (iternextfunc)listiter_next, /* tp_iternext */
3182 listiter_next(listiterobject *it) in listiter_next() function