shift module
Define a useless command to serve as place holder.
- class Shift(line, dat_idx=None, **kwargs)[source]
Bases:
CommandDummy class.
- set_influenced_elements(instructions, **kwargs)[source]
Determine the index of the elements concerned by
apply().- Parameters:
instructions (
list[Instruction])kwargs (
float)
- Return type:
- apply(instructions, **kwargs)[source]
Do nothing.
- Parameters:
instructions (
list[Instruction])kwargs (
float)
- Return type:
- _abc_impl = <_abc._abc_data object at 0x7318fb81b600>