Home
last modified time | relevance | path

Searched defs:render_and_write_templates (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/stdlib_templates/
Dstdlib_templates_generator.py56 … def render_and_write_templates(self, root_path: Path, dirpath: Path, outpath: Path) -> List[str]: member in StdlibTemplatesGenerator
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/sts_stdlib/
Dstdlib_templates_generator.py63 … def render_and_write_templates(self, root_path: Path, dirpath: Path, outpath: Path) -> list[str]: member in StdlibTemplatesGenerator
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/generators/ets_func_tests/
Dets_func_test_template_generator.py56 def render_and_write_templates(self, member in EtsFuncTestsCodeGenerator