It refers to a
container object that supports arbitrary key searches and overrides the methods of the Mapping or MutableMapping abstract class.dict
collections.defaultdict
collections.OrderedDict
collections.Counter
Python Mappings

Seonglae Cho