lsst.pipe.base
20.0.0-2-g04cfba9
|
Public Member Functions | |
dict | to_primitives (self) |
def | __eq__ (self, "ContractIR" other) |
Public Attributes | |
contract | |
msg | |
Intermediate representation of contracts read from a pipeline yaml file.
Definition at line 61 of file pipelineIR.py.
def lsst.pipe.base.pipelineIR.ContractIR.__eq__ | ( | self, | |
"ContractIR" | other | ||
) |
Definition at line 81 of file pipelineIR.py.
dict lsst.pipe.base.pipelineIR.ContractIR.to_primitives | ( | self | ) |
Convert to a representation used in yaml serialization
Definition at line 73 of file pipelineIR.py.
lsst.pipe.base.pipelineIR.ContractIR.contract |
Definition at line 84 of file pipelineIR.py.
lsst.pipe.base.pipelineIR.ContractIR.msg |
Definition at line 84 of file pipelineIR.py.