DescribableMixin#
- class lsst.images.DescribableMixin#
Bases:
objectMixin that wires repr, str, rich, and HTML rendering to
_describe.Methods Summary
Methods Documentation
- describe(*, brief=False, detail=False, exclude=())#
Return a
Reportdescribing this object.- Parameters:
brief (
bool, optional) – Whether to build only whatreprandstrread.detail (
bool, optional) – Whether to include extras that are too expensive for a default report, such as per-plane set-pixel counts.exclude (
Collection[str], optional) – Names of report elements to omit.
- Returns:
report – Report describing this object.
- Return type: