Home
last modified time | relevance | path

Searched refs:PyTupleIter_Type (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dtupleobject.h24 PyAPI_DATA(PyTypeObject) PyTupleIter_Type;
/third_party/python/Objects/
Dtupleobject.c1151 PyTypeObject PyTupleIter_Type = { variable
1193 it = PyObject_GC_New(tupleiterobject, &PyTupleIter_Type); in tuple_iter()
Dobject.c1863 INIT_TYPE(PyTupleIter_Type); in _PyTypes_Init()
/third_party/python/PC/
Dpython3dll.c850 EXPORT_DATA(PyTupleIter_Type)
/third_party/python/Doc/data/
Dstable_abi.dat628 var,PyTupleIter_Type,3.2,
/third_party/python/Misc/
Dstable_abi.txt1264 data PyTupleIter_Type
/third_party/python/Tools/c-analyzer/
DTODO886 Objects/tupleobject.c:PyTupleIter_Type PyTypeObject PyTupleIter_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1668 Objects/tupleobject.c - PyTupleIter_Type -