save_result

ProjectIoInterface.save_result(result: Result, result_path: str) list[str] | None[source]

Save a Result instance to a spec file (NOT IMPLEMENTED).

Parameters
  • result (Result) – Result instance to save to specs file.

  • result_path (str) – Path to write the result data to.