Intermediate representation of configurations read from a pipeline yaml
file.
Definition at line 67 of file pipelineIR.py.
◆ __eq__()
def lsst.pipe.base.pipelineIR.ConfigIR.__eq__ |
( |
|
self, |
|
|
"ConfigIR" |
other |
|
) |
| |
◆ maybe_merge()
Generator["ConfigIR", None, None] lsst.pipe.base.pipelineIR.ConfigIR.maybe_merge |
( |
|
self, |
|
|
"ConfigIR" |
other_config |
|
) |
| |
Merges another instance of a `ConfigIR` into this instance if
possible. This function returns a generator that is either self
if the configs were merged, or self, and other_config if that could
not be merged.
Parameters
----------
other_config : `ConfigIR`
An instance of `ConfigIR` to merge into this instance.
Returns
-------
Generator : `ConfigIR`
A generator containing either self, or self and other_config if
the configs could be merged or not respectively.
Definition at line 104 of file pipelineIR.py.
◆ to_primitives()
dict lsst.pipe.base.pipelineIR.ConfigIR.to_primitives |
( |
|
self | ) |
|
Convert to a representation used in yaml serialization
Definition at line 91 of file pipelineIR.py.
◆ default_factory
lsst.pipe.base.pipelineIR.ConfigIR.default_factory |
|
static |
◆ dict
lsst.pipe.base.pipelineIR.ConfigIR.dict |
|
static |
◆ file
lsst.pipe.base.pipelineIR.ConfigIR.file |
The documentation for this class was generated from the following file: