Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _close_session
Function
_close_session
tests/integration/test_session_export.py:60–62 ·
view source on GitHub ↗
(api_client)
Source
from the content-addressed store, hash-verified
58
59
60
def
_close_session(api_client) -> None:
61
api_client.command(
"sessions.close"
)
62
time.sleep(0.3)
63
64
65
def
_db_path_for(api_client, title: str) -> Path:
Callers
5
test_session_records_project_file_frames
Function · 0.85
test_quickplot_session_writes_column_rows
Function · 0.85
test_quickplot_session_loads_for_replay
Function · 0.85
test_quickplot_session_project_json_embeds_source
Function · 0.85
test_close_is_idempotent
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected