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

Function target

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

Source from the content-addressed store, hash-verified

12
13
14def target():
15 template.basic_output()
16 template.background_output()
17
18 run_as_function(template.basic_input())
19 actions(buttons=['Continue'])
20 template.background_input()
21
22
23def test(server_proc: subprocess.Popen, browser: Chrome):

Callers

nothing calls this directly

Calls 2

run_as_functionFunction · 0.90
actionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…