Trees | Indices | Help |
---|
|
object --+ | dict --+ | classNode._dict
_classNode = classNode that own this data key = original key(attr) in the classnode index = all the keys that are needed to get to this data from the original classNode attr(list)
|
|||
|
|||
|
|||
new empty dictionary |
|
||
|
|||
None |
|
||
|
|||
|
|||
|
|||
|
|||
list of D's keys |
|
||
True if D has a key k, else False |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
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]
|
del x[y]
|
x[y]
|
repr(x)
|
len(x)
|
|
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Oct 28 16:21:54 2010 | http://epydoc.sourceforge.net |