| Trees | Indices | Help |
|---|
|
|
object --+
|
dict --+
|
_InMemoryIndex
This creates an in-memory index file.
|
|||
new empty dictionary |
|
||
| None |
|
||
|
|||
|
|||
| None |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__version = 3
|
|||
__version_key = '__version'
|
|||
_InMemoryIndex__version = 3
|
|||
_InMemoryIndex__version_key =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Update D from E and F: for k in E: D[k] = E[k] (if E has keys else: for (k, v) in E: D[k] = v) then: for k in F: D[k] = F[k]
|
x[i]=y
|
del x[y]
|
Remove all items from D.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun May 3 17:14:20 2009 | http://epydoc.sourceforge.net |