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

Class AIPSTableRow

source code


This class is used as a template row for an extension table.

Instance Methods [hide private]
 
__init__(self, table) source code
 
update(self)
Update this row.
source code

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

Inherited from _AIPSTableRow (private): _findattr, _generate_dict

Method Details [hide private]

__init__(self, table)
(Constructor)

source code 
Overrides: _AIPSTableRow.__init__

update(self)

source code 

Update this row.

Overrides: _AIPSTableRow.update
(inherited documentation)