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