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