Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ builtin_list.py
File
builtin_list.py
extra_tests/snippets/builtin_list.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
x = [1, 2, 3]
4
assert x[0] == 1
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
slice
Class · 0.85
test_pop
Function · 0.85
repr
Function · 0.85
all
Function · 0.85
len
Function · 0.85
list
Class · 0.85
sorted
Function · 0.85
TrackComparison
Class · 0.85
CIterNext
Class · 0.85
CIter
Class · 0.85
CGetItem
Class · 0.85
Tested by
no test coverage detected