Package eggbasket :: Module odict
[hide private]

Module odict

source code

A dict that keeps keys in insertion order

Version: 0.2.2

Author: Nicola Larosa <nico-NoSp@m-tekNico.net>,Michael Foord <fuzzyman AT voidspace DOT org DOT uk>

Classes [hide private]
  OrderedDict
A class of dictionary that keeps the insertion order of keys.
  Keys
Custom object for accessing the keys of an OrderedDict.
  Items
Custom object for accessing the items of an OrderedDict.
  Values
Custom object for accessing the values of an OrderedDict.
  SequenceOrderedDict
Experimental version of OrderedDict that has a custom object for keys, values, and items.
Variables [hide private]
  __revision__ = '$Id: odict.py 129 2005-09-12 18:15:28Z teknico $'
  INTP_VER = (2, 5)