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

/external/python/cpython2/Include/
H A Dobject.h316 typedef PyObject *(*getiterfunc) (PyObject *); typedef
376 getiterfunc tp_iter;
/external/python/cpython3/Include/
H A Dobject.h335 typedef PyObject *(*getiterfunc) (PyObject *); typedef
398 getiterfunc tp_iter;

Completed in 480 milliseconds