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

Function async_target

test/7.multiple_session_impliment.py:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22async def async_target():
23 template.basic_output()
24 await template.coro_background_output()
25
26 await to_coroutine(template.basic_input())
27 await actions(buttons=['Continue'])
28 await template.coro_background_input()
29
30
31def test(server_proc: subprocess.Popen, browser: Chrome):

Callers

nothing calls this directly

Calls 2

to_coroutineFunction · 0.90
actionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…