traveler.steps.compute_values.run_on#

compute_values.run_on(store)[source]#

Run the compute values step on the provided store.

Parameters:

store (GeneralStore) – The store to run the compute values step on.

Returns:

A copy of the store object, with new data added.

Return type:

GeneralStore