Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ foo2
Function
foo2
core/tests/python/tests/test_events.py:380–383 ·
view source on GitHub ↗
(evt)
Source
from the content-addressed store, hash-verified
378
379
@when(
"click"
, selector=
"#foo_id"
)
380
def
foo2(evt):
381
nonlocal called2
382
called2 = True
383
call_flag2.set()
384
385
btn.click()
386
await call_flag1.wait()
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected