Trees | Index | Help |
---|
Package Bio :: Package Gobase :: Class Iterator |
|
Returns one record at a time from a Gobase file.
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 gobase record from the file. If no more records, return None. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:01:09 2006 | http://epydoc.sf.net |