Glossary — Python 3.14.2 documentation#term-mapping

mapping

A container object that supports arbitrary key lookups and implements the methods specified in the collections.abc.Mapping or collections.abc.MutableMapping abstract base classes. Examples include dict, collections.defaultdict, collections.OrderedDict and collections.Counter.

Printed 2026-06-28.

(echo:: @ )