Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | GLPropertyDict
Property cache/routing dictionary
|
|||
new empty dictionary |
|
||
None |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Update D from dict/iterable E and F. If E has a .keys() method, does: for k in E: D[k] = E[k] If E lacks .keys() method, does: for (k, v) in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 27 14:43:16 2011 | http://epydoc.sourceforge.net |