steerer module

Define a useless command to serve as place holder.

class Steerer(line, dat_idx=None, **kwargs)[source]

Bases: Command

Dummy class.

Parameters:
is_implemented: bool = False
__init__(line, dat_idx=None, **kwargs)[source]

Call the mother __init__ method.

Parameters:
Return type:

None

set_influenced_elements(instructions, **kwargs)[source]

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

Parameters:
Return type:

None

apply(instructions, **kwargs)[source]

Do nothing.

Parameters:
Return type:

list[Instruction]

_abc_impl = <_abc._abc_data object at 0x7318fb81b540>