Liman

component

attributeComponentT
= TypeVar('ComponentT', bound='Component[Any]')
attributeYamlValueTypeAlias
= dict[str, Any] | list['YamlValue'] | str
func_preserve_multiline_strings_preserve_multiline_strings(data) -> YamlValue | None

Recursively convert multiline strings to PreservedScalarString so that YAML dumps them as block scalars (|).

paramdataYamlValue | None

Returns

YamlValue | None

Last updated on