project_config.serializers.toml module

TOML serializing.

project_config.serializers.toml.loads(string: str) dict[str, Any][source]

Converts a TOML file string to an object.

Parameters:

string (str) – TOML file string to convert.

Returns:

Conversion result.

Return type:

dict