betty.attrs.owner module¶
Attributes that store data in owner instance attributes.
- final class betty.attrs.owner.CollectionOwnerAttr¶
Bases:
_Owner,GenericAn object attribute that stores its collection of data on owner instances.
- get(owner: OwnerT, /) GetT¶
Get the property value from the owner.
- normalize(owner: OwnerT, value: SetT, /) GetT¶
Normalize a value from
SetTtoGetT.