ContractIR¶
- class lsst.pipe.base.pipelineIR.ContractIR(contract: str, msg: str | None = None)¶
Bases:
object
Intermediate representation of configuration contracts read from a pipeline yaml file.
Attributes Summary
An optional message to be shown to the user if a contract fails
Methods Summary
Convert to a representation used in yaml serialization.
Attributes Documentation
Methods Documentation