Simple Runnable to test as a standaloneJob.
More...
|
| def | param_defaults (self) |
| |
| def | fetch_input (self) |
| |
| def | run (self) |
| |
| def | write_output (self) |
| |
| def | __init__ (self, read_fileno, write_fileno) |
| |
| def | warning (self, message, is_error=False) |
| | Store a message in the log_message table with is_error indicating whether the warning is actually an error or not. More...
|
| |
| def | dataflow (self, output_ids, branch_name_or_code=1) |
| | Dataflows the output_id(s) on a given branch (default 1). More...
|
| |
| def | worker_temp_directory (self) |
| | Returns the full path of the temporary directory created by the worker. More...
|
| |
| def | param_defaults (self) |
| | Returns the defaults parameters for this runnable. More...
|
| |
| def | param_required (self, param_name) |
| | Returns the value of the parameter "param_name" or raises an exception if anything wrong happens. More...
|
| |
| def | param (self, param_name, args) |
| | When called as a setter: sets the value of the parameter "param_name". More...
|
| |
| def | param_exists (self, param_name) |
| | Returns True or False, whether the parameter exists (it doesn't mean it can be successfully substituted) More...
|
| |
| def | param_is_defined (self, param_name) |
| | Returns True or False, whether the parameter exists, can be successfully substituted, and is not None. More...
|
| |
Simple Runnable to test as a standaloneJob.
Definition at line 6 of file TestRunnable.py.
◆ fetch_input()
| def TestRunnable.TestRunnable.fetch_input |
( |
|
self | ) |
|
◆ param_defaults()
| def TestRunnable.TestRunnable.param_defaults |
( |
|
self | ) |
|
◆ run()
| def TestRunnable.TestRunnable.run |
( |
|
self | ) |
|
◆ write_output()
| def TestRunnable.TestRunnable.write_output |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: