FieldRole#
- class lsst.images.FieldRole(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
EnumWhere a report field appears: in
repr, in the expanded report, or both.Attributes Summary
A constructor argument that also informs; reproduced in
reprand shown in the expanded report.An informational or computed value; shown in the expanded report but never reproduced in
repr.A constructor argument that
reprneeds to round-trip but that would duplicate a child or a more readable field in the expanded report.Attributes Documentation
- ARG = 'arg'#
A constructor argument that also informs; reproduced in
reprand shown in the expanded report.
- DERIVED = 'derived'#
An informational or computed value; shown in the expanded report but never reproduced in
repr.
- REPR_ONLY = 'repr_only'#
A constructor argument that
reprneeds to round-trip but that would duplicate a child or a more readable field in the expanded report.