MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / _get_pin_values

Function _get_pin_values

pywebio/pin.py:271–274  ·  view source on GitHub ↗
(names: list[str])

Source from the content-addressed store, hash-verified

269
270@chose_impl
271def _get_pin_values(names: list[str]):
272 send_msg('pin_values', spec=dict(names=names))
273 data = yield get_client_val()
274 return data
275
276
277def get_pin_values(names: list[str]) -> dict[str, Any]:

Callers 1

get_pin_valuesFunction · 0.85

Calls 2

send_msgFunction · 0.85
get_client_valFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…