Searched defs:PyIter_Check (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Include/cpython/ | ||
| D | abstract.h | 334 #define PyIter_Check(obj) \ macro |
| /third_party/python/Objects/ | ||
| D | abstract.c | 2677 int PyIter_Check(PyObject *obj) in PyIter_Check() function |