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

Function target

test/2.script_mode.py:13–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def target():
14 template.basic_output()
15 template.background_output()
16
17 run_as_function(template.basic_input())
18 actions(buttons=['Continue'])
19 template.background_input()
20
21
22def 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…