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 Mon Apr 21 14:16:57 2008 | http://epydoc.sf.net |