Package Bio :: Package AlignIO :: Module ClustalIO :: Class ClustalIterator
[hide private]
[frames] | no frames]

Class ClustalIterator

source code

Interfaces.AlignmentIterator --+
                               |
                              ClustalIterator

Clustalw alignment iterator.

Instance Methods [hide private]
 
next(self)
Return the next alignment in the file.
source code

Inherited from Interfaces.AlignmentIterator: __init__, __iter__

Method Details [hide private]

next(self)

source code 

Return the next alignment in the file.

This method should be replaced by any derived class to do something useful.

Overrides: Interfaces.AlignmentIterator.next
(inherited documentation)