generate_kwargs
Configurations.generate_kwargs(base)
Generate keyword arguments.
Based on the base string of certain arguments of the settings file. E.g. hazard.settings
for all extra hazard settings.
Parameters
Name | Type | Description | Default |
---|---|---|---|
base | str | Base of wanted keys/ values. | required |
Returns
Name | Type | Description |
---|---|---|
dict | A dictionary containing the keyword arguments. |