spool
Module for spools, containers of patches.
Functions
Name | Description |
---|---|
spool | Create a spool from a data source. |
Classes
Name | Description |
---|---|
BaseSpool | Spool Abstract Base Class (ABC) for defining Spool interface. |
DataFrameSpool | An abstract class for spools whose contents are managed by a dataframe. |
MemorySpool | A Spool for storing patches in memory. |