Home | Trees | Indices | Help |
|
---|
|
Iterates over a file of multiple BLAST results.
Methods: next Return the next record from the stream, or None.
|
|||
|
__init__(self,
handle,
parser=None) Create a new iterator. |
||
|
next(self) Return the next Blast record from the file. |
||
| __iter__(self) |
|
Create a new iterator. handle is a file-like object. parser is an optional Parser object to change the results into another form. If set to None, then the raw contents of the file will be returned. |
Return the next Blast record from the file. If no more records, return None.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:43 2006 | http://epydoc.sourceforge.net |