MCPcopy 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

1import itertools
2
3from testutils import assert_raises
4

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
listClass · 0.85
nextFunction · 0.85
iterFunction · 0.85
assert_matches_seqFunction · 0.85
lenFunction · 0.85
from_iterableMethod · 0.80
cycleMethod · 0.80
accumulateMethod · 0.80
teeMethod · 0.80
CounterClass · 0.70
repeatMethod · 0.45

Tested by

no test coverage detected