Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ add
Function
add
core/tests/python/worker_functions.py:6–7 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
4
5
6
def
add(a, b):
7
return
a + b
8
9
10
def
multiply(a, b):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected