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

Function test_func_too_many_args

tests/python/test_functions.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def test_func_too_many_args():
11 def f(a, b):
12 return [a, b]
13 assert [1, 2] == pm.eval("(f) => f(1, 2, 3)")(f)
14
15
16def test_func_equal_args():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected