MetricsExample¶
- class lsst.daf.butler.tests.MetricsExample(summary: dict[str, Any] | None = None, output: dict[str, Any] | None = None, data: list[Any] | None = None)¶
Bases:
object
Smorgasboard of information that might be the result of some processing.
- Parameters:
Methods Summary
Convert object contents to a single python dict.
makeFromDict
(exportDict)Create a new object from a dict that is compatible with that created by
exportAsDict
.Methods Documentation
- classmethod makeFromDict(exportDict: dict[str, list | dict | None]) MetricsExample ¶
Create a new object from a dict that is compatible with that created by
exportAsDict
.- Parameters:
- Returns:
- newobject
MetricsExample
New
MetricsExample
object.
- newobject