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