betty.datas.aggregate.record.object module¶
Object data types.
- class betty.datas.aggregate.record.object.ObjectDefinition¶
Bases:
RecordDefinition[DataClsT,Attr],GenericDefine an object with attributes.
Use
betty.attr.Attrto define fields inline, or in superclasses so they can be inherited.