Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dabstract.h334 #define PyIter_Check(obj) \ macro
/third_party/python/Objects/
Dabstract.c2677 int PyIter_Check(PyObject *obj) in PyIter_Check() function