Package pyraf :: Module cl2py :: Class Variable
[hide private]
[frames] | no frames]

Class Variable

source code

Container for properties of a variable

Instance Methods [hide private]
 
__init__(self, name=None, type=None, mode='h', array_size=None, init_value=None, list_flag=0, min=None, max=None, prompt=None, enum=None, irafParObject=None) source code
 
getName(self)
Get name without translations
source code
 
toPar(self, strict=0)
Convert this variable to an IrafPar object
source code
 
procLine(self)
Return a string usable as parameter declaration with default value in the function definition statement
source code
 
parDefLine(self, filename=None, strict=0, local=0)
Return a list of string arguments for makeIrafPar
source code
 
__repr__(self) source code
 
__len__(self) source code