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

Function test_eval_lists

tests/python/test_lists.py:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def test_eval_lists():
6 d = [1]
7 proxy_d = pm.eval("(list) => { return list; }")(d)
8 assert d is proxy_d
9
10
11def test_equal_lists_left_literal_right():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected