summaryrefslogtreecommitdiff
path: root/databases/py-orderedmultidict/DESCR
blob: 653b584417da662e6af9cedc94ff197829f743f9 (plain)
1
2
3
4
5
6
7
Ordered Multivalue Dictionary - omdict.

A multivalue dictionary is a dictionary that can store multiple values for the
same key. An ordered multivalue dictionary is a multivalue dictionary that
retains the order of insertions and deletions.

omdict retains method parity with dict.