langtest.config.write_config#
- write_config(option, value, section='Default')#
Writes a value to a configuration file.
- Parameters:
filename (str) – The name of the configuration file.
section (str) – The section to write to.
option (str) – The option to write.
value (str) – The value to write.