MCPcopy Create free account
hub / github.com/pyscript/pyscript / callback

Function callback

core/tests/manual/issue-7015/main.py:8–9  ·  view source on GitHub ↗
(new)

Source from the content-addressed store, hash-verified

6
7
8def callback(new):
9 return f"Amplitude is: {new}"
10
11
12pn.Row(slider, pn.bind(callback, slider)).servable(target="simple_app")

Callers 3

onReadyFunction · 0.85
onWorkerFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected