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

Function test_eval_objects_proxy_max

tests/python/test_dicts.py:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179
180
181def test_eval_objects_proxy_max():
182 obj = pm.eval("({ a: 123, b: 'test' })")
183 assert max(obj) == 'b'
184
185
186def test_eval_objects_proxy_repr():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected