Official Definition: dict-like class for creating a single view of multiple mappings.
Added to Python 3.3's collections module, ChainMap isn't just another dict-like class - it's an elegant solution that transforms multiple dictionaries into a single...