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

Function test_func_no_args

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

Source from the content-addressed store, hash-verified

2
3
4def test_func_no_args():
5 def f():
6 return 42
7 assert 42 == pm.eval("(f) => f()")(f)
8
9
10def test_func_too_many_args():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected