Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ handler
Method
handler
core/tests/python/tests/test_web.py:390–393 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
388
call_flag = asyncio.Event()
389
390
def
handler(event):
391
nonlocal called
392
called = True
393
call_flag.set()
394
395
b = web.button(
"Click me"
, on_click=handler)
396
Callers
1
_getJoinedRanges
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected