Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ builtin_range.py
File
builtin_range.py
extra_tests/snippets/builtin_range.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
assert range(2**63 + 1)[2**63] == 9223372036854775808
4
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
len
Function · 0.85
list
Class · 0.85
reversed
Function · 0.85
hash
Function · 0.85
index
Method · 0.45
count
Method · 0.45
__eq__
Method · 0.45
__ne__
Method · 0.45
__lt__
Method · 0.45
__gt__
Method · 0.45
__le__
Method · 0.45
Tested by
no test coverage detected