Home
last modified time | relevance | path

Searched refs:PyRangeIter_Type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Drangeobject.h19 PyAPI_DATA(PyTypeObject) PyRangeIter_Type;
/external/python/cpython3/Objects/
Drangeobject.c799 PyTypeObject PyRangeIter_Type = { variable
866 rangeiterobject *it = PyObject_New(rangeiterobject, &PyRangeIter_Type); in fast_range_iter()
/external/python/cpython3/PC/
Dpython3.def500 PyRangeIter_Type=python37.PyRangeIter_Type DATA