Searched defs:PyIter_Check (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | abstract.h | 637 #define PyIter_Check(obj) \ macro |
/external/python/cpython3/Objects/ | ||
D | abstract.c | 2847 PyIter_Check(PyObject *obj) in PyIter_Check() function |