Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_delete
Function
test_delete
tests/python/test_lists.py:154–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
153
154
def
test_delete():
155
pyArray = pm.eval(
"[1,2]"
)
156
del pyArray[0]
157
assert pyArray == [None, 2]
158
159
160
# assign
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected