project_config.serializers.text module

Array serializing for text files.

project_config.serializers.text.loads(string: str) List[str][source]

Converts a string to an array of lines.

Parameters

string – The string to convert.

Returns

Array of lines created from string splitting.

Return type

list