Module AIPSData :: Class _AIPSTable
[hide private]
[frames] | no frames]

Class _AIPSTable

source code


This class describes a generic AIPS extension table.

Instance Methods [hide private]
 
__init__(self, data, name, version)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__getattr__(self, name) source code
 
__getitem__(self, key) source code
 
__iter__(self) source code
 
__len__(self) source code
 
_generate_keywords(self) source code
 
_generate_version(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  keywords
Keywords for this table.
  version
Table version.

Inherited from object: __class__

Method Details [hide private]

__init__(self, data, name, version)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

keywords

Keywords for this table.

Get Method:
_generate_keywords(self)

version

Table version.

Get Method:
_generate_version(self)