Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ test_repeat_negative
Function
test_repeat_negative
tests/python/test_lists.py:276–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
275
276
def
test_repeat_negative():
277
a = pm.eval(
"[1,2]"
)
278
b = a * -1
279
assert b == []
280
281
282
def
test_repeat_zero():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected