dummy_command module
Define a useless command to serve as place holder.
- class DummyCommand(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:
- concerns_one_of(dat_indexes)[source]
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 0x7318fb34c9c0>