René's URL Explorer Experiment


Title: Generator Objects — Python 3.15.0a5 documentation

Open Graph Title: Generator Objects

Description: Generator objects are what Python uses to implement generator iterators. They are normally created by iterating over a function that yields values, rather than explicitly calling PyGen_New() or PyG...

Open Graph Description: Generator objects are what Python uses to implement generator iterators. They are normally created by iterating over a function that yields values, rather than explicitly calling PyGen_New() or PyG...

Opengraph URL: https://docs.python.org/3/c-api/gen.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_gen_89ca92fe.png
og:image:altGenerator objects are what Python uses to implement generator iterators. They are normally created by iterating over a function that yields values, rather than explicitly calling PyGen_New() or PyG...
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
Generator Objectshttps://docs.python.org/dev/c-api/gen.html
Asynchronous Generator Objectshttps://docs.python.org/dev/c-api/gen.html#asynchronous-generator-objects
Deprecated APIhttps://docs.python.org/dev/c-api/gen.html#deprecated-api
Frame Objectshttps://docs.python.org/dev/c-api/frame.html
Coroutine Objectshttps://docs.python.org/dev/c-api/coro.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/gen.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/coro.html
previoushttps://docs.python.org/dev/c-api/frame.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
Generator Objectshttps://docs.python.org/dev/c-api/gen.html
https://docs.python.org/dev/c-api/gen.html#generator-objects
PyGen_New()https://docs.python.org/dev/c-api/gen.html#c.PyGen_New
PyGen_NewWithQualName()https://docs.python.org/dev/c-api/gen.html#c.PyGen_NewWithQualName
https://docs.python.org/dev/c-api/gen.html#c.PyGenObject
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/gen.html#c.PyGen_Type
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/gen.html#c.PyGen_Check
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/gen.html#c.PyGen_CheckExact
PyGen_Typehttps://docs.python.org/dev/c-api/gen.html#c.PyGen_Type
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/gen.html#c.PyGen_New
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
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/gen.html#c.PyGen_NewWithQualName
PyCodeObjecthttps://docs.python.org/dev/c-api/code.html#c.PyCodeObject
PyGenObjecthttps://docs.python.org/dev/c-api/gen.html#c.PyGenObject
https://docs.python.org/dev/c-api/gen.html#c.PyGen_GetCode
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
https://docs.python.org/dev/c-api/gen.html#asynchronous-generator-objects
PEP 525https://peps.python.org/pep-0525/
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/gen.html#c.PyAsyncGen_Type
types.AsyncGeneratorTypehttps://docs.python.org/dev/library/types.html#types.AsyncGeneratorType
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
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/gen.html#c.PyAsyncGen_New
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/gen.html#c.PyAsyncGen_CheckExact
https://docs.python.org/dev/c-api/gen.html#deprecated-api
https://docs.python.org/dev/c-api/gen.html#c.PyAsyncGenASend_CheckExact
soft deprecatedhttps://docs.python.org/dev/glossary.html#term-soft-deprecated
Table of Contentshttps://docs.python.org/dev/contents.html
Generator Objectshttps://docs.python.org/dev/c-api/gen.html
Asynchronous Generator Objectshttps://docs.python.org/dev/c-api/gen.html#asynchronous-generator-objects
Deprecated APIhttps://docs.python.org/dev/c-api/gen.html#deprecated-api
Frame Objectshttps://docs.python.org/dev/c-api/frame.html
Coroutine Objectshttps://docs.python.org/dev/c-api/coro.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/gen.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/coro.html
previoushttps://docs.python.org/dev/c-api/frame.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
Generator Objectshttps://docs.python.org/dev/c-api/gen.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.