tabensemb.config.UserConfig.merge#

method

UserConfig.merge(d: Dict)[source]#

Similar to dict.update(), but will ignore values that are None.

Parameters:
d

The dictionary used to update the configuration.