Definition at line 94 of file ExecuteCmd.py.
def ExecuteCmd.ExecuteCmd.__init__ |
( |
|
self | ) |
|
def ExecuteCmd.ExecuteCmd._bool_option |
( |
|
self, |
|
|
|
options, |
|
|
|
name |
|
) |
| |
|
private |
def ExecuteCmd.ExecuteCmd._positive_int_option |
( |
|
self, |
|
|
|
options, |
|
|
|
name |
|
) |
| |
|
private |
def ExecuteCmd.ExecuteCmd.check_for_slurm_jobids |
( |
|
self, |
|
|
|
unique_identifier, |
|
|
|
prev_stdout, |
|
|
|
prev_stderr |
|
) |
| |
Checks stdout, stderr, and also squeue for any hints of a slurm job that was run during the command that was executed.
Definition at line 133 of file ExecuteCmd.py.
def ExecuteCmd.ExecuteCmd.execute |
( |
|
self, |
|
|
|
options, |
|
|
|
cmdargs, |
|
|
|
testDef, |
|
|
|
quiet = False |
|
) |
| |
def ExecuteCmd.ExecuteCmd.print_name |
( |
|
self | ) |
|
def ExecuteCmd.ExecuteCmd.print_options |
( |
|
self, |
|
|
|
testDef, |
|
|
|
prefix |
|
) |
| |
ExecuteCmd.ExecuteCmd.options |
The documentation for this class was generated from the following file: