Package Wizardry :: Module AIPSData :: Class _AIPSTableIter
[hide private]
[frames] | no frames]

Class _AIPSTableIter

source code


This class is used as an iterator over rows in an extension table.

Instance Methods [hide private]
 
__init__(self, table, fields, err) source code
 
next(self)
Return the next row.
source code

Inherited from _AIPSTableRow: __getattr__, __getitem__, __setattr__, __setitem__, __str__, update

Inherited from _AIPSTableRow (private): _findattr, _generate_dict

Method Details [hide private]

__init__(self, table, fields, err)
(Constructor)

source code 
Overrides: _AIPSTableRow.__init__