|
lsst.pipe.base
19.0.0-6-gb6b8b0a+10
|
Public Member Functions | |
| def | to_primitives (self) |
| def | add_or_update_config |
| def | __eq__ |
Public Attributes | |
| config | |
Intermediate representation of tasks read from a pipeline yaml file.
Definition at line 154 of file pipelineIR.py.
| def lsst.pipe.base.pipelineIR.TaskIR.__eq__ | ( | self, | |
| other | |||
| ) |
Definition at line 196 of file pipelineIR.py.
| def lsst.pipe.base.pipelineIR.TaskIR.add_or_update_config | ( | self, | |
| other_config | |||
| ) |
Definition at line 177 of file pipelineIR.py.
| def lsst.pipe.base.pipelineIR.TaskIR.to_primitives | ( | self, | |
| dict | |||
| ) |
Convert to a representation used in yaml serialization
Definition at line 169 of file pipelineIR.py.
| lsst.pipe.base.pipelineIR.TaskIR.config |
Definition at line 192 of file pipelineIR.py.
1.8.13