spool

function of dascore.core.spool source

spool(
    obj: pathlib.Path | str | dascore.core.spool.BaseSpool | collections.abc.Sequence[Path, str, BaseSpool, collections.abc.Sequence[Patch]] ,
    **kwargs ,
)-> ‘BaseSpool’

Load a spool from some data source.

Parameters

Parameter Description
obj An object from which a spool can be derived.