write
write(
patch_or_spool ,
path: str | pathlib.Path[str, Path] ,
file_format: str ,
file_version: str | None = None,
**kwargs ,
)-> ‘Path’
Write a Patch or Spool to disk.
Parameters
Parameter | Description |
---|---|
path | The path to the file. |
file_format | The string indicating the format to write. |
file_version | Optionally specify the version of the file, else use the latest version. |
Raises
dascore.exceptions.UnknownFiberFormat - Could not determine the fiber format.