Home
last modified time | relevance | path

Searched refs:PySeqIter_Check (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Diterobject.h14 #define PySeqIter_Check(op) Py_IS_TYPE(op, &PySeqIter_Type) macro
/third_party/python/Doc/c-api/
Diterator.rst22 .. c:function:: int PySeqIter_Check(op)
/third_party/python/Objects/
Diterobject.c55 assert(PySeqIter_Check(iterator)); in iter_iternext()
/third_party/python/Doc/data/
Drefcounts.dat1917 PySeqIter_Check:int:::
1918 PySeqIter_Check::op::