MCPcopy Index your code
hub / github.com/pyscript/pyscript / foo1

Function foo1

core/tests/python/tests/test_events.py:374–377  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

372
373 @when("click", selector="#foo_id")
374 def foo1(evt):
375 nonlocal called1
376 called1 = True
377 call_flag1.set()
378
379 @when("click", selector="#foo_id")
380 def foo2(evt):

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected