MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / add

Function add

tests/python/test_pythonmonkey_eval.py:347–348  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

345 caller = pm.eval("(func, param1, param2) => { return func(param1, param2) }")
346
347 def add(a, b):
348 return a + b
349 n = 10
350 for i in range(n):
351 int1 = random.randint(0x0000, 0xFFFF)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected