Tag : OrderedMultiDict
![]() |
Title | User | Language | Tags | Description | Date |
|---|---|---|---|---|---|---|
|
OrderedMultiDict and UnorderedMultiDict | Andrew Dalke | python | OrderedMultiDict UnorderedMultiDict |
This implements two types of dictionary-like objects where there can be more than one entry with the same key. One is OrderedMultiDict, which preserves the order of all entries across all keys. The other is UnorderedMultidict, which only preserves the order of entries for the same key. Download MultiDict.py Example:
|
January 9, 2003 |

