Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
if
sys.version_info >= (3,):
7
def
xrange(v):
8
return
range(int(v))
9
10
class
Tester:
11
def
foo(self):
Callers
6
testSlot
Method · 0.85
testSetSlot
Method · 0.85
testBlock
Method · 0.85
testInstantiations
Method · 0.85
testLocals
Method · 0.85
testSetLocals
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected