traveler.core.stored.WorkingTable#
- class traveler.core.stored.WorkingTable[source]#
Bases:
ABCAn abstract base class for working with tables in a store.
This class provides a common interface for working with tables in a store. Subclasses should implement the with_store and without_store methods.
Methods#
|
Return a new instance of this table with the given store. |
Prepare this table for use with JAX tools. |