chopper module
Define a useless command to serve as place holder.
- class Chopper(line: DatLine, dat_idx: int | None = None, **kwargs: str)
Bases:
CommandDummy class.
- __init__(line: DatLine, dat_idx: int | None = None, **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 0x7f36f984a980>