| Home | Trees | Indices | Help |
|
|---|
|
|
Erract is a state variable (singleton) which corresponds to the IRAF ECL environment variable 'erract'. erract has the following properties which control ECL exception handling:
abort | noabort An ECL task should stop and unwind when it encounters an untrapped error.
trace | notrace Output to stderr for each task failure.
flpr | noflpr Flush the process cache for failed tasks.
clear | noclear Reset the $errno, $errmsg, $errtask variables with each task invocation, or not.
full | nofull Show tracebacks for the entire ECL call stack or just the erring task.
ecl | noecl Use ECL style error handling or classic PyRAF exception handling.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 22 14:37:18 2011 | http://epydoc.sourceforge.net |