hotstepper.Steps.rshift

Steps.rshift(other)

Right shift operator >>, used to shift the step foward. Shifts the steps keys to the right, this operation is equivalent to adding a constant value to all step keys.

Parameters

other (int, float, timedelta_like) – The amount to addfrom all step keys. The type should align to the step key type, i.e. if the steps are using datetime, then other should be a timedelta type, else an int or float.

See also

lshift