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