Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_itertools.py
File
stdlib_itertools.py
extra_tests/snippets/stdlib_itertools.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
itertools
2
3
from
testutils
import
assert_raises
4
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
list
Class · 0.85
next
Function · 0.85
iter
Function · 0.85
assert_matches_seq
Function · 0.85
len
Function · 0.85
from_iterable
Method · 0.80
cycle
Method · 0.80
accumulate
Method · 0.80
tee
Method · 0.80
Counter
Class · 0.70
repeat
Method · 0.45
Tested by
no test coverage detected