ID EN
Types

proxy[key]

Python 3.11

Return the item of the underlying mapping with key key. Raises a KeyError if key is not in the underlying mapping.

Syntax

PYTHON
proxy[key]

See Also

KeyError