MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / _write_project

Function _write_project

tests/integration/test_project_save.py:49–51  ·  view source on GitHub ↗
(path: Path, extra: dict | None = None)

Source from the content-addressed store, hash-verified

47
48
49def _write_project(path: Path, extra: dict | None = None) -> Path:
50 path.write_text(json.dumps(_base_project(extra), indent=2), encoding="utf-8")
51 return path
52
53
54def _connect_and_send(api_client, device_simulator):

Calls 1

_base_projectFunction · 0.85

Tested by

no test coverage detected