Skip to content

xlm.utils.omegaconf_resolvers

dictconfig_filter_key(d, fn)

Only keep keys where fn(key) is True. Support nested DictConfig.

remove_keys_with_double_underscores(d)

Remove keys with double underscores. This can be used to remove keys that are only present for computational purposes and are not part of the final config.