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

Function target

test/1.basic.py:15–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

set_envFunction · 0.90
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…