Combine multiple mappings for successive lookups. For example, to emulate Python's normal lookup sequence: import __builtin__ pylookup = _Chainmap(locals(), globals(), vars(__builtin__))
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected