Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Diterobject.c138 PyObject *it_callable; /* Set to NULL when iterator is exhausted */ member
/external/python/cpython3/Objects/
Diterobject.c175 PyObject *it_callable; /* Set to NULL when iterator is exhausted */ member