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

Function threadbased

test/13.misc.py:195–202  ·  view source on GitHub ↗

threadbased-session This is threadbased-session test

()

Source from the content-addressed store, hash-verified

193
194
195def threadbased():
196 """threadbased-session
197
198 This is threadbased-session test
199 """
200 port = get_free_port()
201 print('free port', port)
202 run_as_function(target())
203
204
205def test(server_proc: subprocess.Popen, browser: Chrome):

Callers

nothing calls this directly

Calls 3

get_free_portFunction · 0.85
run_as_functionFunction · 0.85
targetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…