Definition
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
.