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

Function concatenate

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

Source from the content-addressed store, hash-verified

357 caller = pm.eval("(func, param1, param2) => { return func(param1, param2) }")
358
359 def concatenate(a, b):
360 return a + b
361 n = 10
362 for i in range(n):
363 length1 = random.randint(0x0000, 0xFFFF)

Calls

no outgoing calls

Tested by

no test coverage detected