Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | OverridingDict
"Overrides" the base dict so keys are looked up first here, then if not found, in base dict.
|
|||
True if D has a key k, else False |
|
||
|
|||
new empty dictionary |
|
||
D[k] if k in D, else d |
|
||
True if D has a key k, else False |
|
||
list of D's keys |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|
x[y]
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
d defaults to None.
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 15 15:30:13 2012 | http://epydoc.sourceforge.net |