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

Function async_target

test/17.fastapi_backend.py:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23async def async_target():
24 template.basic_output()
25 await template.coro_background_output()
26
27 await to_coroutine(template.basic_input())
28 await actions(buttons=['Continue'])
29 await template.coro_background_input()
30
31
32def 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…