lsst.pipe.base  20.0.0-9-gabd0d4c+39ea3d0cc4
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.base.pipelineIR.InheritIR Class Reference

Public Member Functions

"PipelineIR" toPipelineIR (self)
 
def __eq__ (self, "InheritIR" other)
 

Static Public Attributes

 bool
 

Detailed Description

An intermediate representation of inherited pipelines

Definition at line 231 of file pipelineIR.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 276 of file pipelineIR.py.

◆ toPipelineIR()

"PipelineIR" lsst.pipe.base.pipelineIR.InheritIR.toPipelineIR (   self)
Convert to a representation used in yaml serialization

Definition at line 253 of file pipelineIR.py.

Member Data Documentation

◆ bool

lsst.pipe.base.pipelineIR.InheritIR.bool
static

Definition at line 248 of file pipelineIR.py.


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