lsst.pipe.base
19.0.0-1-g3dc8cbe+1
|
Public Member Functions | |
def | to_primitives (self) |
def | maybe_merge |
def | __eq__ |
Public Attributes | |
file | |
Static Public Attributes | |
default_factory | |
dict | |
Intermediate representation of configurations read from a pipeline yaml file.
Definition at line 67 of file pipelineIR.py.
def lsst.pipe.base.pipelineIR.ConfigIR.__eq__ | ( | self, | |
other | |||
) |
Definition at line 143 of file pipelineIR.py.
def lsst.pipe.base.pipelineIR.ConfigIR.maybe_merge | ( | self, | |
other_config | |||
) |
Definition at line 104 of file pipelineIR.py.
def lsst.pipe.base.pipelineIR.ConfigIR.to_primitives | ( | self, | |
dict | |||
) |
Convert to a representation used in yaml serialization
Definition at line 91 of file pipelineIR.py.
|
static |
Definition at line 81 of file pipelineIR.py.
|
static |
Definition at line 85 of file pipelineIR.py.
lsst.pipe.base.pipelineIR.ConfigIR.file |
Definition at line 139 of file pipelineIR.py.