update
update(
self ,
progress: Literal[‘standard’, ‘basic’, None] = standard,
)-> ‘Self’
Updates the contents of the spool, return the updated spool.
Update is allowed only on a root spool — one no operation has been applied to. Directory roots re-index their directory, single-file roots rescan the file, and purely in-memory roots are trivially current (no-op). Any derived spool (the result of select, slicing, sort, chunk, concatenate, or combining spools) raises: update the root and re-apply the operations.
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. |