Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_eval_objects_proxy_get
Function
test_eval_objects_proxy_get
tests/python/test_dicts.py:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
test_eval_objects_proxy_get():
51
f = pm.eval(
"(obj) => { return obj.a}"
)
52
assert f({
'a'
: 42.0}) == 42.0
53
54
55
def
test_eval_objects_proxy_set():
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected