FieldRole#

class lsst.images.FieldRole(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

Where a report field appears: in repr, in the expanded report, or both.

Attributes Summary

ARG

A constructor argument that also informs; reproduced in repr and shown in the expanded report.

DERIVED

An informational or computed value; shown in the expanded report but never reproduced in repr.

REPR_ONLY

A constructor argument that repr needs 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 repr and 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 repr needs to round-trip but that would duplicate a child or a more readable field in the expanded report.

This page was last modified on .