Package Bio :: Package SeqIO :: Module _index :: Class TabRandomAccess
[hide private]
[frames] | no frames]

Class TabRandomAccess

source code

         object --+    
                  |    
SeqFileRandomAccess --+
                      |
                     TabRandomAccess

Random access to a simple tabbed file.

Instance Methods [hide private]
 
__iter__(self)
Returns (id,offset) tuples.
source code
 
get_raw(self, offset)
Like the get method, but returns the record as a raw string.
source code

Inherited from SeqFileRandomAccess: __init__, get

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__iter__(self)

source code 

Returns (id,offset) tuples.

Overrides: SeqFileRandomAccess.__iter__
(inherited documentation)

get_raw(self, offset)

source code 

Like the get method, but returns the record as a raw string.

Overrides: SeqFileRandomAccess.get_raw