Trees | Index | Help |
---|
Package Bio :: Package Blast :: Module NCBIStandalone :: Class Iterator |
|
Iterates over a file of multiple BLAST results.
Methods: next Return the next record from the stream, or None.Method Summary | |
---|---|
__init__(self, handle, parser=None) | |
__iter__(self)
| |
next(self) -> object |
Method Details |
---|
__init__(self,
handle,
parser=None)
|
next(self)next(self) -> object Return the next Blast record from the file. If no more records, return None. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 27 16:13:11 2007 | http://epydoc.sf.net |