Trees | Indices | Help |
---|
|
object --+ | Iterator
Iterator interface to move over a file of GenBank entries one at a time.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize the iterator. Arguments: o handle - A handle with GenBank entries to iterate through. o parser - An optional parser to pass the entries through before returning them. If None, then the raw entry will be returned.
|
Return the next GenBank record from the handle. Will return None if we ran out of records. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:37:31 2011 | http://epydoc.sourceforge.net |