Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _read
Function
_read
tests/integration/test_table_handles.py:127–130 ·
view source on GitHub ↗
(api_client, table, name)
Source
from the content-addressed store, hash-verified
125
126
127
def
_read(api_client, table, name):
128
return
api_client.command(
129
"project.dataTable.getValue"
, {
"table"
: table,
"name"
: name}
130
)[
"value"
]
131
132
133
@pytest.mark.integration
Callers
3
_run_parser
Method · 0.70
test_control_script_handle_roundtrip
Method · 0.70
test_stale_handle_after_table_edit_is_noop
Method · 0.70
Calls
1
command
Method · 0.80
Tested by
no test coverage detected