dummy_command module
Define a useless command to serve as place holder.
- class DummyCommand(line: list[str], dat_idx: int, **kwargs: str)
Bases:
CommandDummy class.
- 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.
- concerns_one_of(dat_indexes: list[int]) bool
Tell if
selfconcerns an element, whichdat_idxis given.Internally, we convert the
self.influencedfrom asetto alistobject and check intersections withdat_indexes.
- _abc_impl = <_abc._abc_data object at 0x7fd3ce70eac0>