betty.core module¶
Provide tools to build core application components.
- class betty.core.CoreComponent[source]¶
Bases:
ABC
A core component.
Core components can manage their resources by being bootstrapped and shut down.
This is internal. It MAY be used anywhere in Betty’s source code, but MUST NOT be used by third-party code.
- Parameters:
args (
typing.Any
)kwargs (
typing.Any
)
- __init__(*args: Any, **kwargs: Any)[source]¶
- Parameters:
args (
typing.Any
)kwargs (
typing.Any
)