shift module

Define a useless command to serve as place holder.

class Shift(line: list[str], dat_idx: int, **kwargs: str)

Bases: Command

Dummy class.

is_implemented: bool = False
__init__(line: list[str], dat_idx: int, **kwargs: str) None

Call the mother __init__ method.

set_influenced_elements(instructions: list[Instruction], **kwargs: float) None

Determine the index of the elements concerned by apply().

apply(instructions: list[Instruction], **kwargs: float) list[Instruction]

Do nothing.

_abc_impl = <_abc._abc_data object at 0x7fd3ce725ec0>