lsst.pipe.base  19.0.0-6-gb6b8b0a+4
Public Member Functions | Public Attributes | List of all members
lsst.pipe.base.pipelineIR.TaskIR Class Reference

Public Member Functions

def to_primitives (self)
 
def add_or_update_config
 
def __eq__
 

Public Attributes

 config
 

Detailed Description

Intermediate representation of tasks read from a pipeline yaml file.

Definition at line 154 of file pipelineIR.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 196 of file pipelineIR.py.

◆ add_or_update_config()

def lsst.pipe.base.pipelineIR.TaskIR.add_or_update_config (   self,
  other_config 
)

Definition at line 177 of file pipelineIR.py.

◆ to_primitives()

def lsst.pipe.base.pipelineIR.TaskIR.to_primitives (   self,
  dict 
)
Convert to a representation used in yaml serialization

Definition at line 169 of file pipelineIR.py.

Member Data Documentation

◆ config

lsst.pipe.base.pipelineIR.TaskIR.config

Definition at line 192 of file pipelineIR.py.


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