Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ gen3
Function
gen3
Lib/test/test_itertools.py:34–37 ·
view source on GitHub ↗
Non-restartable source sequence
()
Source
from the content-addressed store, hash-verified
32
raise
ValueError
33
34
def
gen3():
35
'Non-restartable source sequence'
36
for
i in (0, 1, 2):
37
yield
i
38
39
def
isEven(x):
40
'Test predicate'
Callers
1
test_cycle
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected