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

Function test_assign

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

Source from the content-addressed store, hash-verified

159
160# assign
161def test_assign():
162 pyArray = pm.eval("[1,2]")
163 pyArray[0] = 6
164 assert pyArray[0] == 6
165
166
167def test_assign_negative_index():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected