betty.extension.deriver package
Module contents
Expand an ancestry by deriving additional data from existing data.
-
class betty.extension.deriver.Deriver(app, *args, **kwargs)[source]
Bases: UserFacingExtension, PostLoader
- Parameters:
- app
-
- *args
-
- **kwargs
-
-
classmethod comes_before()[source]
- Return type:
set[type[betty.app.extension.Extension]]
-
classmethod description()[source]
- Return type:
betty.locale.Str
-
classmethod label()[source]
- Return type:
betty.locale.Str
-
classmethod name()[source]
- Return type:
str
-
async post_load()[source]
- Return type:
None