lsst.pipe.base  21.0.0-13-g03fae8e+dd7c5f6b68
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.base.pipelineIR.ImportIR Class Reference

Public Member Functions

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

Static Public Attributes

 bool
 

Detailed Description

An intermediate representation of imported pipelines

Definition at line 380 of file pipelineIR.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 449 of file pipelineIR.py.

◆ toPipelineIR()

"PipelineIR" lsst.pipe.base.pipelineIR.ImportIR.toPipelineIR (   self)
Load in the Pipeline specified by this object, and turn it into a
PipelineIR instance.

Returns
-------
pipeline : `PipelineIR`
    A pipeline generated from the imported pipeline file

Definition at line 408 of file pipelineIR.py.

Member Data Documentation

◆ bool

lsst.pipe.base.pipelineIR.ImportIR.bool
static

Definition at line 397 of file pipelineIR.py.


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