Home | Trees | Indices | Help |
---|
|
Version: 0.2.1
Author: Nicola Larosa <nico-NoSp@m-tekNico.net>,Michael Foord <fuzzyman AT voidspace DOT org DOT uk>
|
|||
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``. |
|
|||
__revision__ =
|
|||
INTP_VER =
|
|||
__package__ =
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jan 4 16:45:07 2013 | http://epydoc.sourceforge.net |