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

Function background

test/template.py:320–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 set_scope('background')
319
320 def background():
321 for i in range(20):
322 put_text('%s ' % i, inline=True, scope='background')
323
324 t = threading.Thread(target=background)
325 register_thread(t)

Callers 3

coro_background_outputFunction · 0.85
coro_background_inputFunction · 0.85

Calls 4

put_textFunction · 0.85
inputFunction · 0.85
put_markdownFunction · 0.85
run_asyncio_coroutineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…