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