Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ f
Function
f
tests/python/test_functions.py:5–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
def
test_func_no_args():
5
def
f():
6
return
42
7
assert 42 == pm.eval(
"(f) => f()"
)(f)
8
9
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected