__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.
|