traveler.core.stored.ReferencedTable.with_store#

ReferencedTable.with_store(store)[source]#

Return a new instance of the StoredTable with the given store.

Parameters:

store (AbstractStore) – The store to associate with the new instance.

Returns:

A new instance of the StoredTable with the given store.

Return type:

StoredTable