Home | Trees | Indices | Help |
---|
|
object --+ | dict --+ | DictProxy
A class that acts like a dictionary, but preserves the order of the entries. Used to beautify the output
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
True if D has a key k, else False |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
x[i]=y
|
x[y]
|
del x[y]
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 9 23:05:06 2010 | http://epydoc.sourceforge.net |