Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_eval_objects_proxy_min
Function
test_eval_objects_proxy_min
tests/python/test_dicts.py:176–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
175
176
def
test_eval_objects_proxy_min():
177
obj = pm.eval(
"({ a: 123, b: 'test' })"
)
178
assert min(obj) ==
'a'
179
180
181
def
test_eval_objects_proxy_max():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected