Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ scoped_func
Function
scoped_func
test/13.misc.py:107–108 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
105
106
@use_scope(
'test'
)
107
def
scoped_func(text):
108
put_text(text)
109
110
scoped_func(
'text1 from `scoped_func`'
)
111
scoped_func(
'text2 from `scoped_func`'
)
Callers
1
target
Function · 0.85
Calls
1
put_text
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…