Abstract class intended to be subclassed by implementations of GKI
kernels. This is to provide a standard interface to irafexecute
|
|
|
|
|
createFunctionTables(self)
Use Python introspection to create function tables |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
taskStart(self,
name)
Hook for stuff that needs to be done at start of task |
source code
|
|
|
|
taskDone(self,
name)
Hook for stuff that needs to be done at completion of task |
source code
|
|
|
|
|
|
|
|
|
|
prepareToRedraw(self)
Hook for things that need to be done before redraw from metacode |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
pushStdio(self,
stdin=None,
stdout=None,
stderr=None)
Push current stdio settings onto stack at set new values |
source code
|
|
|
|
popStdio(self)
Restore stdio settings from stack |
source code
|
|
|
|
|
|
|
|
|
|
|