mapping

http://docs.python.org/py3k/library/stdtypes.html#mapping-types-dict

A mapping object maps hashable values to arbitrary objects. Mappings are mutable objects. There is currently only one standard mapping type, the dictionary. (For other containers see the built in list, set, and tuple classes, and the collections module.)

» Glossaire du langage python