lsst.pipe.base  19.0.0-7-g2584c99
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.base.pipelineIR.ConfigIR Class Reference

Public Member Functions

def to_primitives (self)
 
def maybe_merge
 
def __eq__
 

Public Attributes

 file
 

Static Public Attributes

 default_factory
 
 dict
 

Detailed Description

Intermediate representation of configurations read from a pipeline yaml
file.

Definition at line 67 of file pipelineIR.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 143 of file pipelineIR.py.

◆ maybe_merge()

def lsst.pipe.base.pipelineIR.ConfigIR.maybe_merge (   self,
  other_config 
)

Definition at line 104 of file pipelineIR.py.

◆ to_primitives()

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

Definition at line 91 of file pipelineIR.py.

Member Data Documentation

◆ default_factory

lsst.pipe.base.pipelineIR.ConfigIR.default_factory
static

Definition at line 81 of file pipelineIR.py.

◆ dict

lsst.pipe.base.pipelineIR.ConfigIR.dict
static

Definition at line 85 of file pipelineIR.py.

◆ file

lsst.pipe.base.pipelineIR.ConfigIR.file

Definition at line 139 of file pipelineIR.py.


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