MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / _write

Function _write

Scripts/codegen/tests/test_inject_helpers_brace.py:19–22  ·  view source on GitHub ↗
(tmp_path, name: str, body: str)

Source from the content-addressed store, hash-verified

17
18
19def _write(tmp_path, name: str, body: str) -> str:
20 p = tmp_path / name
21 p.write_text(body, encoding="utf-8")
22 return str(p)
23
24
25# ---------- brace-balance --------------------------------------------------

Calls

no outgoing calls

Tested by

no test coverage detected