Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dabstract.h637 #define PyIter_Check(obj) \ macro
/aosp_15_r20/external/python/cpython3/Objects/
Dabstract.c2837 PyIter_Check(PyObject *obj) in PyIter_Check() function