InheritIR¶
-
class
lsst.pipe.base.pipelineIR.InheritIR(location: str, include: Optional[List[str]] = None, exclude: Optional[List[str]] = None, importContracts: bool = True)¶ Bases:
objectAn intermediate representation of inherited pipelines
Attributes Summary
excludeList of tasks that should be excluded when inheriting this pipeline. importContractsBoolean attribute to dictate if contracts should be inherited with the pipeline or not. includeList of tasks that should be included when inheriting this pipeline. Methods Summary
toPipelineIR()Convert to a representation used in yaml serialization Attributes Documentation
-
exclude= None¶ List of tasks that should be excluded when inheriting this pipeline. Either the include or exclude attributes may be specified, but not both.
-
importContracts= True¶ Boolean attribute to dictate if contracts should be inherited with the pipeline or not.
-
include= None¶ List of tasks that should be included when inheriting this pipeline. Either the include or exclude attributes may be specified, but not both.
Methods Documentation
-
toPipelineIR() → PipelineIR¶ Convert to a representation used in yaml serialization
-