| Home | Trees | Index | Help |
|
|---|
|
__builtin__.object:
The most base type
__builtin__.dict:
dict() -> new empty dictionary.
eggbasket.odict.OrderedDict:
A class of dictionary that keeps the insertion order of keys.
eggbasket.odict.SequenceOrderedDict:
Experimental version of OrderedDict that has a custom object for keys,
values, and items.
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Apr 15 17:16:46 2008 | http://epydoc.sf.net |