Home
last modified time | relevance | path

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

/third_party/python/Include/
Diterobject.h9 PyAPI_DATA(PyTypeObject) PyCallIter_Type;
19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type)
/third_party/python/Doc/c-api/
Diterator.rst35 .. c:var:: PyTypeObject PyCallIter_Type
43 Return true if the type of *op* is :c:data:`PyCallIter_Type`. This
/third_party/python/Objects/
Diterobject.c184 it = PyObject_GC_New(calliterobject, &PyCallIter_Type); in PyCallIter_New()
258 PyTypeObject PyCallIter_Type = { variable
Dobject.c1805 INIT_TYPE(PyCallIter_Type); in _PyTypes_Init()
/third_party/python/PC/
Dpython3dll.c737 EXPORT_DATA(PyCallIter_Type)
/third_party/python/Doc/data/
Dstable_abi.dat46 var,PyCallIter_Type,3.2,
/third_party/python/Misc/
Dstable_abi.txt372 data PyCallIter_Type
/third_party/python/Tools/c-analyzer/
DTODO854 Objects/iterobject.c:PyCallIter_Type PyTypeObject PyCallIter_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1637 Objects/iterobject.c - PyCallIter_Type -