Skip to content

Python Mapping Types

Rafael J. Rodriguez edited this page Apr 28, 2016 · 1 revision

Python Mapping Types

A mapping object maps hashable values to arbitrary objects. Mappings are mutable objects.

Python Docs - Mapping Types Dict

Previous

Clone this wiki locally