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