Home
last modified time | relevance | path

Searched refs:PyCallIter_Check (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Diterobject.h16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Diterobject.h19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Diterobject.h19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Diterobject.h19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Diterobject.h19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
/aosp_15_r20/external/python/cpython3/Include/
Diterobject.h19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type) macro
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Diterator.rst41 .. c:function:: int PyCallIter_Check(op)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Diterator.rst48 .. c:function:: int PyCallIter_Check(op)
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat221 PyCallIter_Check:int:::
222 PyCallIter_Check::op::