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

/external/python/cpython2/Include/
H A Dobject.h317 typedef PyObject *(*iternextfunc) (PyObject *); typedef
377 iternextfunc tp_iternext;
/external/python/cpython3/Include/
H A Dobject.h336 typedef PyObject *(*iternextfunc) (PyObject *); typedef
399 iternextfunc tp_iternext;

Completed in 116 milliseconds