Home | Trees | Indices | Help |
|
---|
|
|
|||
SortedDict A very rudamentary sorted dictionary, whose main purpose is to allow dictionaries to be displayed in a consistent order in regression tests. |
|||
OrderedDict This implementation of a dictionary keeps track of the order in which keys were inserted. |
|||
Trie A Trie is like a dictionary in that it maps keys to values. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:50 2008 | http://epydoc.sourceforge.net |