Package Bio :: Package SCOP :: Module Cla :: Class Iterator
[hide private]
[frames] | no frames]

Class Iterator

source code

Iterates over a CLA file.

Instance Methods [hide private]
 
__init__(self, handle, parser=None)
Create an object that iterates over a DES file.
source code
 
next(self)
Retrieve the next CLA record.
source code
 
__iter__(self) source code
Method Details [hide private]

__init__(self, handle, parser=None)
(Constructor)

source code 
Create an object that iterates over a DES file.

handle -- file-like object.

parser -- an optional Parser object to chang the results into
          another form.  If set to None, then the raw contents
          of the file will be returned.