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

Function target

test/12.cors.py:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def target():
15 run_js("$('#markdown-body>.alert-warning').remove()")
16 template.basic_output()
17 template.background_output()
18
19 run_as_function(template.basic_input())
20 actions(buttons=['Continue'])
21 template.background_input()
22
23
24def test_once(browser: Chrome, output_file, process_func):

Callers 2

_start_main_taskMethod · 0.50
main_taskMethod · 0.50

Calls 3

run_jsFunction · 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…