Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Diterobject.h12 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type) macro
/external/python/cpython2/Include/
Diterobject.h10 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type) macro