ID EN
Types

MappingProxyType

Python 3.11

Read-only proxy of a mapping. It provides a dynamic view on the mapping’s entries, which means that when the mapping changes, the view reflects these changes.

Syntax

PYTHON
class types.MappingProxyType(mapping)

See Also

KeyError KeyError