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

Function target

test/5.coroutine_based_session.py:14–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14async def target():
15 template.basic_output()
16 await template.coro_background_output()
17
18 await to_coroutine(template.basic_input())
19 await actions(buttons=['Continue'])
20 await template.coro_background_input()
21
22
23def 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…