Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ iter_max
Function
iter_max
tests/python/test_lists.py:945–948 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
943
944
945
def
iter_max():
946
a = pm.eval(
"([7,9,1,2,3,4,5,6])"
)
947
b = max(a)
948
assert b == 9
949
950
951
def
iter_for():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected