pipeline.infrastructure.utils.framework¶
The framework module contains:
utility functions used by the pipeline framework;
utility functions used by pipeline tasks to help process framework objects (Results, CalLibrary objects, etc.).
Functions
|
Return the public properties of an object as a dictionary |
|
Return True if the context contains single-dish data. |
|
|
|
Makes a hash from a dictionary, list, tuple or set to any level, that contains only other hashable types (including any lists, tuples, sets, and dictionaries). |
|
Get the CalFroms of the requested type from the callibrary. |
|
Get a single-valued task input argument from a CalApp. |
|
|
|
Get the tracebacks for the result, from any failures that may have occurred during the task. |
Return True if the callee if executing as part of a top-level task. |
|
|
Merge jobs that are identical apart from the arguments named in ignore. |
|
Emulate mkdir -p functionality. |
|
|
|
|
|
|
Get the number of executing tasks currently on the stack. |