lsst.pipe.base  20.0.0-7-gb92c176+aa8a99367b
Public Member Functions | Public Attributes | List of all members
lsst.pipe.base.pipelineIR.ContractIR Class Reference

Public Member Functions

dict to_primitives (self)
 
def __eq__ (self, "ContractIR" other)
 

Public Attributes

 contract
 
 msg
 

Detailed Description

Intermediate representation of contracts read from a pipeline yaml file.

Definition at line 61 of file pipelineIR.py.

Member Function Documentation

◆ __eq__()

def lsst.pipe.base.pipelineIR.ContractIR.__eq__ (   self,
"ContractIR"  other 
)

Definition at line 81 of file pipelineIR.py.

◆ to_primitives()

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.

Member Data Documentation

◆ contract

lsst.pipe.base.pipelineIR.ContractIR.contract

Definition at line 84 of file pipelineIR.py.

◆ msg

lsst.pipe.base.pipelineIR.ContractIR.msg

Definition at line 84 of file pipelineIR.py.


The documentation for this class was generated from the following file: