ReportValueGroup#

class lsst.images.ReportValueGroup(values, role=FieldRole.DERIVED)#

Bases: object

Short 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 ReportField instead, where they get a line to themselves.

Parameters:

Attributes Summary

role

Value groups never feed repr; always FieldRole.DERIVED.

Attributes Documentation

role: FieldRole = 'derived'#

Value groups never feed repr; always FieldRole.DERIVED.

This page was last modified on .