langtest.config.read_config#

read_config(option, section='Default')#

Reads a value from a configuration file.

Parameters:
  • filename (str) – The name of the configuration file.

  • section (str) – The section of the configuration file.

  • option (str) – The option to read from the section.

Returns:

The value of the option, or None if not found.

Return type:

str