MCPcopy Create free account
hub / github.com/geekcomputers/Python / repeat.py

File repeat.py

repeat.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def Repeat(x):
2 _size = len(x)
3 repeated = []
4 for i in range(_size):

Callers

nothing calls this directly

Calls 1

RepeatFunction · 0.85

Tested by

no test coverage detected