Home | Trees | Indices | Help |
|
---|
|
|
|||
new empty dictionary |
|
||
|
|||
|
|||
None |
|
||
|
|||
True if D has a key k, else False |
|
||
True if D has a key k, else False |
|
||
D[k] if k in D, else d |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
constructs the cidict, optionally using another dict to do so
|
x[y]
|
x[i]=y
|
Update D from E: for k in E.keys(): D[k] = E[k]
|
del x[y]
|
|
|
d defaults to None.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 15 13:54:12 2009 | http://epydoc.sourceforge.net |