Home
last modified time | relevance | path

Searched defs:iternextfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dobject.h317 typedef PyObject *(*iternextfunc) (PyObject *); typedef
/external/python/cpython3/Include/
Dobject.h336 typedef PyObject *(*iternextfunc) (PyObject *); typedef