AttributeDef
attribute.AttributeDef(self,
name,type,
shape,=None,
default_value=None,
comment )
The definition of a data attribute.
AttributeDef is a frozen dataclass.
AttributeDef is generic on the AttributeType
which describes the type of the data (AttributeT
).