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

Class _AIPSHistory

source code

This class is used to access AIPS history tables.

Instance Methods [hide private]
 
__init__(self, data) source code
 
close(self)
Close this history table.
source code
 
__getitem__(self, key) source code
 
__setitem__(self, key, record) source code
 
append(self, record)
Append a record to this history table.
source code
Method Details [hide private]

close(self)

source code 

Close this history table.

Closing a history table flushes any changes to the table to disk and updates the information in the header of the data set.