traveler.steps.compound_step.run_on#

compound_step.run_on(store)[source]#

Run each component step in sequence on a store.

Parameters:

store (GeneralStore) – Initial model data store.

Returns:

Store returned by the final component step.

Return type:

GeneralStore