Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Diterobject.h9 PyAPI_DATA(PyTypeObject) PyCallIter_Type;
16 #define PyCallIter_Check(op) Py_IS_TYPE((op), &PyCallIter_Type)
/external/python/cpython3/Doc/c-api/
Diterator.rst35 .. c:var:: PyTypeObject PyCallIter_Type
43 Return true if the type of *op* is :c:data:`PyCallIter_Type`. This
/external/python/cpython3/Objects/
Diterobject.c189 it = PyObject_GC_New(calliterobject, &PyCallIter_Type); in PyCallIter_New()
266 PyTypeObject PyCallIter_Type = { variable
Dobject.c2252 &PyCallIter_Type,
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv58 Objects/iterobject.c - PyCallIter_Type -
/external/python/cpython3/PC/
Dpython3dll.c798 EXPORT_DATA(PyCallIter_Type)
/external/python/cpython3/Doc/data/
Dstable_abi.dat56 data,PyCallIter_Type,3.2,,
Dpython3.13.abi1480 …<elf-symbol name='PyCallIter_Type' size='416' type='object-type' binding='global-binding' visibili…
7657PyCallIter_Type' type-id='type-id-266' mangled-name='PyCallIter_Type' visibility='default' filepat…
/external/python/cpython3/Tools/c-analyzer/
DTODO801 Objects/iterobject.c:PyCallIter_Type PyTypeObject PyCallIter_Type
/external/python/cpython3/Misc/
Dstable_abi.toml467 [data.PyCallIter_Type]