traveler.core.stored.WorkingTable#

class traveler.core.stored.WorkingTable[source]#

Bases: ABC

An 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#

with_store(store)

Return a new instance of this table with the given store.

without_store()

Prepare this table for use with JAX tools.