lsst.pipe.base
19.0.0-6-gb6b8b0a+10
|
Public Member Functions | |
def | to_primitives (self) |
def | __eq__ |
Public Attributes | |
contract | |
msg | |
Intermediate representation of contracts read from a pipeline yaml file.
Definition at line 37 of file pipelineIR.py.
def lsst.pipe.base.pipelineIR.ContractIR.__eq__ | ( | self, | |
other | |||
) |
Definition at line 57 of file pipelineIR.py.
def lsst.pipe.base.pipelineIR.ContractIR.to_primitives | ( | self, | |
dict | |||
) |
Convert to a representation used in yaml serialization
Definition at line 49 of file pipelineIR.py.
lsst.pipe.base.pipelineIR.ContractIR.contract |
Definition at line 60 of file pipelineIR.py.
lsst.pipe.base.pipelineIR.ContractIR.msg |
Definition at line 60 of file pipelineIR.py.