Primary
''mapping'' ⚬|Definition|1st|20260605182851-00-⌔
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:: @ ᯤ)
Link to original
Secondary
• • •