Package PyML :: Package utils :: Module fasta :: Class fasta_itr
[hide private]
[frames] | no frames]

Class fasta_itr

source code

object --+
         |
        fasta_itr

An iterator through a sequence of fasta records.

Instance Methods [hide private]
 
__init__(self, src)
Create an iterator through the records in src.
source code
 
__iter__(self) source code
 
next(self) source code
 
__getitem__(self, name) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, src)
(Constructor)

source code 

Create an iterator through the records in src.

Overrides: object.__init__