MCPcopy Create free account
hub / github.com/openai/plugins / write

Function write

plugins/ngs-analysis/tests/test_new_backend_planners.py:25–28  ·  view source on GitHub ↗
(path: Path, text: str = "")

Source from the content-addressed store, hash-verified

23
24
25def write(path: Path, text: str = "") -> Path:
26 path.parent.mkdir(parents=True, exist_ok=True)
27 path.write_text(text, encoding="utf-8")
28 return path
29
30
31class ReferenceManagerTests(unittest.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected