Home
last modified time | relevance | path

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

/third_party/python/Include/
Diterobject.h8 PyAPI_DATA(PyTypeObject) PySeqIter_Type;
14 #define PySeqIter_Check(op) Py_IS_TYPE(op, &PySeqIter_Type)
/third_party/python/Doc/c-api/
Diterator.rst15 .. c:var:: PyTypeObject PySeqIter_Type
24 Return true if the type of *op* is :c:data:`PySeqIter_Type`. This function
/third_party/python/Objects/
Diterobject.c23 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type); in PySeqIter_New()
139 PyTypeObject PySeqIter_Type = { variable
Dobject.c1855 INIT_TYPE(PySeqIter_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat527 var,PySeqIter_Type,3.2,
/third_party/python/PC/
Dpython3dll.c843 EXPORT_DATA(PySeqIter_Type)
/third_party/python/Misc/
Dstable_abi.txt1135 data PySeqIter_Type
/third_party/python/Tools/c-analyzer/
DTODO855 Objects/iterobject.c:PySeqIter_Type PyTypeObject PySeqIter_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1636 Objects/iterobject.c - PySeqIter_Type -