Home
/
Python 3.11
/
Types
/
GeneratorType
Python 3.0
Python 3.11
Functions
ID
EN
…
Types
GeneratorType
Python 3.11
The type of generator-iterator objects, created by generator functions.
Syntax
PYTHON
Copy
types.GeneratorType
See Also
generator