tabensemb.config.UserConfig.from_dict#

method

static UserConfig.from_dict(cfg: Dict) UserConfig[source]#

Merge the input dictionary into defaults.

Parameters:
cfg

The dictionary used to update the default configuration.

Returns:
UserConfig

The combined configuration.