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

Function _write_project

tests/integration/test_window_layout.py:85–87  ·  view source on GitHub ↗
(path: Path, project: dict)

Source from the content-addressed store, hash-verified

83
84
85def _write_project(path: Path, project: dict) -> Path:
86 path.write_text(json.dumps(project, indent=2), encoding="utf-8")
87 return path
88
89
90def _connect_and_send(api_client, device_simulator, n_values=9):

Calls

no outgoing calls

Tested by

no test coverage detected