lsst.pipe.base  20.0.0-28-g73474ed+3c7e226ea7
Public Member Functions | List of all members
lsst.pipe.base.pipelineIR.PipelineYamlLoader Class Reference
Inheritance diagram for lsst.pipe.base.pipelineIR.PipelineYamlLoader:

Public Member Functions

def construct_mapping (self, node, deep=False)
 

Detailed Description

This is a specialized version of yaml's SafeLoader. It checks and raises
an exception if it finds that there are multiple instances of the same key
found inside a pipeline file at a given scope.

Definition at line 37 of file pipelineIR.py.

Member Function Documentation

◆ construct_mapping()

def lsst.pipe.base.pipelineIR.PipelineYamlLoader.construct_mapping (   self,
  node,
  deep = False 
)

Definition at line 42 of file pipelineIR.py.


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