update

method of dascore.clients.filespool.FileSpool source

update(
    self: BaseSpool ,
    progress: Literal[‘standard’, ‘basic’, None] = standard,
)-> ‘Self’

Updates the contents of the spool, return the updated spool.

Parameters

Parameter Description
progress Controls the progress bar. “standard” produces the standard
progress bar. “basic” is a simplified version with lower refresh
rates, best for high-latency environments, and None disables
the progress bar.
Note: If the file format supports indexing (e.g. DASDAE) this will
trigger an indexing of the file.