traveler.AbstractStore.run_steps# AbstractStore.run_steps(*steps)[source]# Run a sequence of steps on the store. Parameters: *steps (StepFunc) – A variable number of Step instances to run on the store. Returns: The same store object, with new data added in place. Return type: AbstractStore