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

Class _AIPSTableMethod

source code


This class implements dispatching table oriented function calls to a proxy.

Instance Methods [hide private]
 
__init__(self, inst, name) source code
 
__call__(self, *args) source code
Method Details [hide private]

__init__(self, inst, name)
(Constructor)

source code 
Overrides: _AIPSDataMethod.__init__

__call__(self, *args)
(Call operator)

source code 
Overrides: _AIPSDataMethod.__call__