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