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 |
|
||
list of D's keys |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
x[i]=y
|
x[y]
|
del x[y]
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Apr 14 16:10:25 2012 | http://epydoc.sourceforge.net |