| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
RestrictedKeyNamesDict
Utility class for holding a constrained list of key names
|
|||
new empty dictionary |
|
||
|
|||
| None |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Alter standard dict() initialisation to fix key names set at initialisation
|
x[i]=y
|
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 Thu Apr 5 08:44:37 2012 | http://epydoc.sourceforge.net |