core.commands.steerer module

Define a useless command to serve as place holder.

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

Bases: Command

Dummy class.

__init__(line: list[str], dat_idx: int, **kwargs: str) None

Call the mother __init__ method.

_abc_impl = <_abc._abc_data object>
apply(instructions: list[Instruction], **kwargs: float) list[Instruction]

Do nothing.

is_implemented: bool = False
set_influenced_elements(instructions: list[Instruction], **kwargs: float) None

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