We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9175dee commit 9eb029bCopy full SHA for 9eb029b
Doc/c-api/iterator.rst
@@ -62,16 +62,6 @@ Range Objects
62
The type object for :class:`range` objects.
63
64
65
-.. c:var:: PyTypeObject PyRangeIter_Type
66
-
67
- The type object for iterators over :class:`range` objects.
68
69
70
-.. c:var:: PyTypeObject PyLongRangeIter_Type
71
72
- The type object for iterators over :class:`range` objects with large bounds.
73
74
75
.. c:function:: int PyRange_Check(PyObject *o)
76
77
Return true if the object *o* is an instance of a :class:`range` object.
0 commit comments