Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _get_table
Function
_get_table
tests/integration/test_data_tables.py:33–34 ·
view source on GitHub ↗
(api_client, name)
Source
from the content-addressed store, hash-verified
31
32
33
def
_get_table(api_client, name):
34
return
api_client.command(
"project.dataTable.get"
, {
"name"
: name})
35
36
37
def
_add_register(api_client, table, name, computed=True, value=0):
Callers
12
test_rename_table_applies
Function · 0.85
test_get_missing_table_errors
Function · 0.85
test_add_numeric_register_preserves_type
Function · 0.85
test_add_string_register_preserves_type
Function · 0.85
test_register_name_uniquification
Function · 0.85
test_delete_register_removes_it
Function · 0.85
test_update_register_rename
Function · 0.85
test_update_register_change_type
Function · 0.85
test_update_register_change_default_value
Function · 0.85
test_update_register_partial_preserves_fields
Function · 0.85
test_tables_persist_through_json_roundtrip
Function · 0.85
test_multi_table_independence
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected