lsst.pipe.base  21.0.0-15-g361d225+ff3912ea15
Public Member Functions | Public Attributes | List of all members
lsst.pipe.base.pipelineIR.ContractIR Class Reference

Public Member Functions

Dict[str, str] to_primitives (self)
 
def __eq__ (self, object other)
 

Public Attributes

 contract
 
 msg
 

Detailed Description

Intermediate representation of contracts read from a pipeline yaml file.

Definition at line 73 of file pipelineIR.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 93 of file pipelineIR.py.

◆ to_primitives()

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.

Member Data Documentation

◆ contract

lsst.pipe.base.pipelineIR.ContractIR.contract

Definition at line 96 of file pipelineIR.py.

◆ msg

lsst.pipe.base.pipelineIR.ContractIR.msg

Definition at line 96 of file pipelineIR.py.


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