component
attributeComponentT= TypeVar('ComponentT', bound='Component[Any]')attributeYamlValueTypeAlias= dict[str, Any] | list['YamlValue'] | strfunc_preserve_multiline_strings_preserve_multiline_strings(data) -> YamlValue | NoneRecursively convert multiline strings to PreservedScalarString so that YAML dumps them as block scalars (|).
paramdataYamlValue | NoneReturns
YamlValue | NoneLast updated on