MCPcopy 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
33def _get_table(api_client, name):
34 return api_client.command("project.dataTable.get", {"name": name})
35
36
37def _add_register(api_client, table, name, computed=True, value=0):

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected