fastcs.attributes.hinted_attribute# Members HintedAttribute An Attribute type hint found on a Controller class class fastcs.attributes.hinted_attribute.HintedAttribute(*, attr_type: type[Attribute], dtype: type[int | float | bool | str | Enum | ndarray] | None)[source]# An Attribute type hint found on a Controller class e.g. attr: AttrR[int] attr_type: type[Attribute]# The type of the Attribute in the type hint - e.g. AttrR dtype: type[int | float | bool | str | Enum | ndarray] | None# The dtype of the Attribute in the type hint, if any - e.g. int