MCPcopy 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

1from testutils import assert_raises
2
3assert range(2**63 + 1)[2**63] == 9223372036854775808
4

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
lenFunction · 0.85
listClass · 0.85
reversedFunction · 0.85
hashFunction · 0.85
indexMethod · 0.45
countMethod · 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