MCPcopy Index your code
hub / github.com/python/cpython / 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
34def gen3():
35 'Non-restartable source sequence'
36 for i in (0, 1, 2):
37 yield i
38
39def isEven(x):
40 'Test predicate'

Callers 1

test_cycleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…