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.Mappingorcollections.abc.MutableMappingabstract base classes. Examples includedict,collections.defaultdict,collections.OrderedDictandcollections.Counter.
Printed 2026-06-28.
(echo:: @ ᯤ)