field_map_path module
Define a useless command to serve as place holder.
- class FieldMapPath(line: DatLine, dat_idx: int | None = None, default_field_map_folder: Path | None = None, **kwargs: str)
Bases:
CommandUsed to get the base path of field maps.
- __init__(line: DatLine, dat_idx: int | None = None, default_field_map_folder: Path | None = None, **kwargs: str) None
Save the given path as attribute.
- _abc_impl = <_abc._abc_data object at 0x7f36f9858540>
- 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]
Set
FieldMapfield folder up.If another
FieldMapPathis found, we stop and this command will be applied later.