MCPcopy 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

1from testutils import assert_raises
2
3x = [1, 2, 3]
4assert x[0] == 1

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
sliceClass · 0.85
test_popFunction · 0.85
reprFunction · 0.85
allFunction · 0.85
lenFunction · 0.85
listClass · 0.85
sortedFunction · 0.85
TrackComparisonClass · 0.85
CIterNextClass · 0.85
CIterClass · 0.85
CGetItemClass · 0.85

Tested by

no test coverage detected