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

Function pyFunc

tests/python/test_functions_this.py:8–9  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

6
7def test_python_functions_self():
8 def pyFunc(param):
9 return param
10
11 assert 1 == pyFunc(1)
12 assert 2 == pm.eval("""(pyFunc) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected