Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_eval_objects
Function
test_eval_objects
tests/python/test_dicts.py:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
29
def
test_eval_objects():
30
pyObj = pm.eval(
"Object({a:1.0})"
)
31
assert pyObj == {
'a'
: 1.0}
32
33
34
def
test_eval_objects_subobjects():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected