Package Bio :: Package Fasta :: Class Iterator
[hide private]
[frames] | no frames]

Class Iterator

source code

Returns one record at a time from a FASTA file.

Instance Methods [hide private]
 
__init__(self, handle, parser=None, debug=0)
Initialize a new iterator.
source code
 
__iter__(self) source code
 
next(self)
Return the next record in the file
source code