[Biopython-dev] [Bug 1523] New: Iterator broken in
Bio.Blast.NCBIStandalone.Iterator
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Tue Sep 23 11:34:59 EDT 2003
http://bugzilla.bioperl.org/show_bug.cgi?id=1523
Summary: Iterator broken in Bio.Blast.NCBIStandalone.Iterator
Product: Biopython
Version: 1.10
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Main Distribution
AssignedTo: biopython-dev at biopython.org
ReportedBy: j.a.casbon at qmul.ac.uk
The standard python iterator interface not implemented.
Add:
def __iter__(self):
return self
to class to fix, and raise StopIteration at end of file instead of:
return None
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list