| Trees | Indices | Help |
|
|---|
|
|
A base class for command-line and command range jobtypes written in Python.
The basic runtime log parsing functionality is defined here.
|
|||
int
|
|
||
int
|
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Determine which module we can use to run the command: * subprocess if we're on python >= 2.4 * popen2 if we're on an older python on linux
|
Run via subprocess(), monitor child process and parse worker's job logs while the child is alive Log parsing is done while the child is alive, and once more after the job instance returns.
|
This method must be defined for all derived classes.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 17 10:45:01 2017 | http://epydoc.sourceforge.net |