string :: _multimap :: Class _multimap
[hide private]
[frames] | no frames]

Class _multimap

Helper class for combining multiple mappings.

Used by .{safe_,}substitute() to combine the mapping and keyword arguments.

Instance Methods [hide private]
  __getitem__(self, key)
  __init__(self, primary, secondary)

Method Details [hide private]

__getitem__(self, key)
(Indexing operator)

 

__init__(self, primary, secondary)
(Constructor)