Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ assert_matches_seq
Function
assert_matches_seq
extra_tests/snippets/stdlib_itertools.py:227–228 ·
view source on GitHub ↗
(it, seq)
Source
from the content-addressed store, hash-verified
225
226
227
def
assert_matches_seq(it, seq):
228
assert list(it) == list(seq)
229
230
231
i = itertools.islice
Callers
1
stdlib_itertools.py
File · 0.85
Calls
1
list
Class · 0.85
Tested by
no test coverage detected