budosystems.models.meta.BudoMeta¶
- class BudoMeta¶
Bases:
type
Class level common attributes for all model classes.
- Parameters:
'config' –
Class level configuration map (for things not covered by
attrs
)Currently recognized keywords:
allow_extra
Flag to determine whether instances may have extra data attributes not specified by the class (and its ancestors). Default: False
'attrs' – A map of keywords to customize the ~`attr.attrs` features of the class
'kwargs' – Any other information to be stored in the class
- Returns:
An ~`attr.attrs` wrapped version of the defined class.
Inherited Members
mro