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

Function get_client_val

pywebio/pin.py:254–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252
253@chose_impl
254def get_client_val():
255 res = yield next_client_event()
256 assert res['event'] == 'js_yield', "Internal Error, please report this bug on " \
257 "https://github.com/wang0618/PyWebIO/issues"
258 return res['data']
259
260
261@chose_impl

Callers 3

_get_pin_valueFunction · 0.85
_get_pin_valuesFunction · 0.85
pin_wait_changeFunction · 0.85

Calls 1

next_client_eventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…