Package picalo :: Package base :: Module Record :: Class RecordIterator
[show private | hide private]
[frames | no frames]

Class RecordIterator


Iterator for record values
Method Summary
  __init__(self, record)
Creates a new iterator for a record object
  __iter__(self)
Returns this iterator
  next(self)
Returns the next column value, or raises StopIteration when done

Method Details

__init__(self, record)
(Constructor)

Creates a new iterator for a record object

__iter__(self)

Returns this iterator

next(self)

Returns the next column value, or raises StopIteration when done

Generated by Epydoc 2.1 on Mon Mar 19 21:49:21 2007 http://epydoc.sf.net