component
attribute
ComponentT= TypeVar('ComponentT', bound='Component[Any]')
attribute
YamlValueTypeAlias
= 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 (|).
param
dataYamlValue | None
Returns
YamlValue | None
Last updated on