MCPcopy Create free account
hub / github.com/IoLanguage/io / xrange

Function xrange

samples/speed/speed.py:7–8  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

5
6if sys.version_info >= (3,):
7 def xrange(v):
8 return range(int(v))
9
10class Tester:
11 def foo(self):

Callers 6

testSlotMethod · 0.85
testSetSlotMethod · 0.85
testBlockMethod · 0.85
testInstantiationsMethod · 0.85
testLocalsMethod · 0.85
testSetLocalsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected