langtest.config.update_config#
- update_config(option, value)#
Updates a value in a configuration file.
- Parameters:
filename (str) – The name of the configuration file.
section (str) – The section to update.
option (str) – The option to update.
value (str) – The new value to set.