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

Function _enable_export

tests/integration/test_session_export.py:51–53  ·  view source on GitHub ↗
(api_client, enabled: bool)

Source from the content-addressed store, hash-verified

49
50
51def _enable_export(api_client, enabled: bool) -> None:
52 api_client.command("sessions.setExportEnabled", {"enabled": enabled})
53 time.sleep(0.1)
54
55
56def _status(api_client) -> dict:

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected