Table of Contents

Class: Iterator Bio/Geo/__init__.py

Iterator interface to move over a file of Geo entries one at a time.

Methods   
__init__
next
  __init__ 
__init__ (
        self,
        handle,
        parser=None,
        )

Initialize the iterator.

Arguments: o handle - A handle with GEO entries to iterate through. o parser - An optional parser to pass the entries through before returning them. If None, then the raw entry will be returned.

  next 
next ( self )

Return the next GEO record from the handle.

Will return None if we ran out of records.


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:19 2002 by HappyDoc version 2.0.1