| Trees | Indices | Help |
|---|
|
|
object --+
|
dict --+
|
_IndexedSeqFileDict --+
|
SequentialSeqFileDict
Indexed dictionary like access to most sequential sequence files.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Actually scan the file identifying records and offsets (PRIVATE). Returns an iterator giving tuples of record names and their offsets.
|
x[y]
|
Similar to the get method, but returns the record as a raw string.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 26 16:19:39 2010 | http://epydoc.sourceforge.net |