lsst.pipe.base
21.0.0-10-g560fb7b+92b8ef9dd1
|
Public Member Functions | |
Dict[str, str] | to_primitives (self) |
def | __eq__ (self, object other) |
Public Attributes | |
contract | |
msg | |
Intermediate representation of contracts read from a pipeline yaml file.
Definition at line 73 of file pipelineIR.py.
def lsst.pipe.base.pipelineIR.ContractIR.__eq__ | ( | self, | |
object | other | ||
) |
Definition at line 93 of file pipelineIR.py.
Dict[str, str] lsst.pipe.base.pipelineIR.ContractIR.to_primitives | ( | self | ) |
Convert to a representation used in yaml serialization
Definition at line 85 of file pipelineIR.py.
lsst.pipe.base.pipelineIR.ContractIR.contract |
Definition at line 96 of file pipelineIR.py.
lsst.pipe.base.pipelineIR.ContractIR.msg |
Definition at line 96 of file pipelineIR.py.