Package iceprod :: Package core :: Module odict
[hide private]
[frames] | no frames]

Module odict

source code


Version: 0.2.1

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, 7)
  __package__ = 'iceprod.core'