Report#

class lsst.ctrl.mpexec.Report(*, qgraphSummary: QgraphSummary, status: ExecutionStatus = ExecutionStatus.SUCCESS, cmdLine: list[str] | None = None, exitCode: int | None = None, exceptionInfo: ExceptionInfo | None = None, quantaReports: list[QuantumReport] = [])#

Bases: Report

Deprecated since version v30: The Report class has moved to lsst.pipe.base.quantum_reports. This forwarding shim will be removed after v30.

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].