René's URL Explorer Experiment


Title: Iterator Objects — Python 3.15.0a5 documentation

Open Graph Title: Iterator Objects

Description: Python provides two general-purpose iterator objects. The first, a sequence iterator, works with an arbitrary sequence supporting the__getitem__() method. The second works with a callable object an...

Open Graph Description: Python provides two general-purpose iterator objects. The first, a sequence iterator, works with an arbitrary sequence supporting the__getitem__() method. The second works with a callable object an...

Opengraph URL: https://docs.python.org/3/c-api/iterator.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_iterator_afd09223.png
og:image:altPython provides two general-purpose iterator objects. The first, a sequence iterator, works with an arbitrary sequence supporting the__getitem__() method. The second works with a callable object an...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html
Range Objectshttps://docs.python.org/dev/c-api/iterator.html#range-objects
Builtin Iterator Typeshttps://docs.python.org/dev/c-api/iterator.html#builtin-iterator-types
Other Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html#other-iterator-objects
Module Objectshttps://docs.python.org/dev/c-api/module.html
Descriptor Objectshttps://docs.python.org/dev/c-api/descriptor.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/iterator.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/descriptor.html
previoushttps://docs.python.org/dev/c-api/module.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html
https://docs.python.org/dev/c-api/iterator.html#iterator-objects
__getitem__()https://docs.python.org/dev/reference/datamodel.html#object.__getitem__
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PySeqIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PySeqIter_New()https://docs.python.org/dev/c-api/iterator.html#c.PySeqIter_New
iter()https://docs.python.org/dev/library/functions.html#iter
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/iterator.html#c.PySeqIter_Check
PySeqIter_Typehttps://docs.python.org/dev/c-api/iterator.html#c.PySeqIter_Type
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/iterator.html#c.PySeqIter_New
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
IndexErrorhttps://docs.python.org/dev/library/exceptions.html#IndexError
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyCallIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyCallIter_New()https://docs.python.org/dev/c-api/iterator.html#c.PyCallIter_New
iter()https://docs.python.org/dev/library/functions.html#iter
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/iterator.html#c.PyCallIter_Check
PyCallIter_Typehttps://docs.python.org/dev/c-api/iterator.html#c.PyCallIter_Type
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/iterator.html#c.PyCallIter_New
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/iterator.html#range-objects
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyRange_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
rangehttps://docs.python.org/dev/library/stdtypes.html#range
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/iterator.html#c.PyRange_Check
rangehttps://docs.python.org/dev/library/stdtypes.html#range
https://docs.python.org/dev/c-api/iterator.html#builtin-iterator-types
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyEnum_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
enumeratehttps://docs.python.org/dev/library/functions.html#enumerate
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyFilter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
filterhttps://docs.python.org/dev/library/functions.html#filter
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyMap_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
maphttps://docs.python.org/dev/library/functions.html#map
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyReversed_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
reversedhttps://docs.python.org/dev/library/functions.html#reversed
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyZip_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
ziphttps://docs.python.org/dev/library/functions.html#zip
https://docs.python.org/dev/c-api/iterator.html#other-iterator-objects
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyByteArrayIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyBytesIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyListIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyListRevIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PySetIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyTupleIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyRangeIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyLongRangeIter_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyDictIterKey_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyDictRevIterKey_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyDictIterValue_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyDictRevIterValue_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyDictIterItem_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyDictRevIterItem_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/iterator.html#c.PyODictIter_Type
PyObject_GetIter()https://docs.python.org/dev/c-api/object.html#c.PyObject_GetIter
rangehttps://docs.python.org/dev/library/stdtypes.html#range
Table of Contentshttps://docs.python.org/dev/contents.html
Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html
Range Objectshttps://docs.python.org/dev/c-api/iterator.html#range-objects
Builtin Iterator Typeshttps://docs.python.org/dev/c-api/iterator.html#builtin-iterator-types
Other Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html#other-iterator-objects
Module Objectshttps://docs.python.org/dev/c-api/module.html
Descriptor Objectshttps://docs.python.org/dev/c-api/descriptor.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/iterator.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/descriptor.html
previoushttps://docs.python.org/dev/c-api/module.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.