Home
/
Python 3.11
/
Typing
/
Iterator
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Typing
Iterator
Python 3.11
Deprecated alias to collections.abc.Iterator.
Syntax
PYTHON
Copy
class typing.Iterator(Iterable[T_co])
See Also
collections.abc.Iterator
collections.abc.Iterator
Generic Alias Type