TOSCAExporter.write_data#

TOSCAExporter.write_data(data, target, *, context=None)[source]

Write TOSCA data to a YAML file.

Parameters:
  • data (dict[str, Any]) – TOSCA Simple Profile YAML-compatible data.

  • target (str | Path) – The target YAML path.

  • context (IOContext | None) – Optional import/export customisation.

Return type:

None