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

Function _reg

tests/integration/test_change_driven_transforms.py:141–144  ·  view source on GitHub ↗
(api_client, name)

Source from the content-addressed store, hash-verified

139
140
141def _reg(api_client, name):
142 return api_client.command(
143 "project.dataTable.getValue", {"table": "T", "name": name}
144 )["value"]
145
146
147def _feed(device_simulator, rows):

Callers 3

_runMethod · 0.85
test_live_toggleMethod · 0.85

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected