| Trees | Index | Help |
|
|---|
|
|
|
|||
| 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. | ||
|
|||
| __author__ | |||
| __revision__ | |||
| __version__ | |||
| INTP_VER | |||
| m | |||
| globs | |||
| generators | |||
Imports: warnings.warn, types.SliceType, sys, doctest
|
|||
__author__
|
__revision__
|
__version__
|
INTP_VER
|
m
|
globs
|
generators
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Sat Apr 29 11:03:35 2006 | http://epydoc.sf.net |