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