generate_kwargs

ConfigReader.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

Type Description
dict A dictionary containing the keyword arguments.
Back to top