This module adds IRAF ECL style error handling to PyRAF.
|
|
getTaskModule()
Returns the module which supplies Task classes for the current
language mode, either ECL or classic CL. |
source code
|
|
|
|
_ecl_runframe(frame)
Determines if frame corresponds to an IrafTask._run() method call. |
source code
|
|
|
|
_ecl_parent_task()
Returns the local variables of the task which called this one. |
source code
|
|
|
|
_ecl_interpreted_frame(frame=None)
Returns the stack frame corresponding to the executing Python code of
the nearest enclosing CL task. |
source code
|
|
|
|
| mutateCLTask2Pkg(o,
loaded=1,
klass=EclPkg) |
source code
|
|