MCPcopy 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
6def add(a, b):
7 return a + b
8
9
10def multiply(a, b):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected