Skip to content

Render

schemas.render.Render

Bases: ABC

Handles rendering files.

dir_input = Field(default='.', exclude=True) class-attribute instance-attribute

Path to a directory relative to dir_work that will contain input files.

dir_output = Field(default='.', exclude=True) class-attribute instance-attribute

Path to a directory relative to dir_work that the simulation will store output files.

dir_work = Field(default='.', exclude=True) class-attribute instance-attribute

Working directory to write files.

render(with_newlines=False)

Prepare input lines by rendering templates or combining input configuration.

write_render(file_path)

Thin wrapper to write lines from the render function.

PARAMETER DESCRIPTION
file_path

Path to write file.

TYPE: str