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

Function test_eval_dicts

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

Source from the content-addressed store, hash-verified

4
5
6def test_eval_dicts():
7 d = {"a": 1}
8 proxy_d = pm.eval("(dict) => { return dict; }")(d)
9 assert d is proxy_d
10
11
12def test_eval_dicts_subdicts():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected