Home | Trees | Indices | Help |
---|
|
object --+ | Multidict
Several dictionaries readable as one.
Allows to get elements from several dictionary-like sequences as if they were one, without really creating a single union of items from all of them. This is useful when it is more expensive to create the union, than to look sequentially in each dictionary in turn.
All methods named same as in dict
have same semantics
too.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor. Order of dictionaries in the list matters, firstmost has highest priority when looking for a key. Collected sequences need to implement the following methods of a
dictionary:
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 24 21:00:27 2014 | http://epydoc.sourceforge.net |