update

method of dascore.core.spool.BaseSpool source

update(
    self ,
    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.