generate_changelog.actions.Registry
Registry#
- class generate_changelog.actions.Registry[source]#
Built-in action registry.
This allows setting keys normally. When getting a key, it makes sure the appropriate modules are imported to fill the internal dictionary before getting the key.
- __init__(initialdata=None)[source]#
- Parameters:
initialdata (MutableMapping[str, Callable] | None) –