write
write(
self ,
spool: BaseSpool ,
path: str | Path ,
index ,
**kwargs ,
)
Write a collection of patches to a DASDAE file.
Parameters
Parameter | Description |
---|---|
spool: | A collection of patches or a spool (same thing). |
path | The path to the file. |
index | If True, create an index for the file. This slows down writing but will make reading/scanning the file more efficient. This is recommended for files with many patches and not recommended for files with few patches. |