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

Function target

test/10.aiohttp_multiple_session_impliment.py:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def target():
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
24async 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…