avid.common.config_manager.set_setting_in_dict
- avid.common.config_manager.set_setting_in_dict(key: str, config_dict: Dict[str, Any], value: Any) Any | None
Set a configuration value. :param key: Dotted key, e.g.
"core.timeout". :param config_dict: The dict into which the value should be set. :param value: Setting value that should be set.