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

Function target

test/14.django_multiple_session_impliment.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
22async def async_target():

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…