Home
last modified time | relevance | path

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

/third_party/python/Include/
Drangeobject.h20 PyAPI_DATA(PyTypeObject) PyLongRangeIter_Type;
/third_party/python/Objects/
Drangeobject.c1048 PyTypeObject PyLongRangeIter_Type = { variable
1126 it = PyObject_New(longrangeiterobject, &PyLongRangeIter_Type); in range_iter()
1212 it = PyObject_New(longrangeiterobject, &PyLongRangeIter_Type); in range_reverse()
Dobject.c1836 INIT_TYPE(PyLongRangeIter_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat336 var,PyLongRangeIter_Type,3.2,
/third_party/python/PC/
Dpython3dll.c831 EXPORT_DATA(PyLongRangeIter_Type)
/third_party/python/Misc/
Dstable_abi.txt824 data PyLongRangeIter_Type
/third_party/python/Tools/c-analyzer/
DTODO875 Objects/rangeobject.c:PyLongRangeIter_Type PyTypeObject PyLongRangeIter_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1634 Objects/rangeobject.c - PyLongRangeIter_Type -