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 help(type(x)) 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 Apr 1 00:42:43 2011 | http://epydoc.sourceforge.net |