ReportValueGroup#
- class lsst.images.ReportValueGroup(values, role=FieldRole.DERIVED)#
Bases:
objectShort labeled values packed several to a rendered line.
Use this where a report has many small scalars that would each be uninformative on a line of their own. The renderer joins them and lets them wrap to the available width, so long values (a list, say) belong in a
ReportFieldinstead, where they get a line to themselves.- Parameters:
Attributes Summary
Value groups never feed
repr; alwaysFieldRole.DERIVED.Attributes Documentation
-
role:
FieldRole= 'derived'# Value groups never feed
repr; alwaysFieldRole.DERIVED.