MCPcopy Index your code
hub / github.com/python/cpython / send_gen

Method send_gen

Lib/test/test_capi/test_opt.py:4588–4589  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

4586 for i in range(n):
4587 yield i + i
4588 def send_gen(n):
4589 yield from gen(n)
4590 def testfunc(n):
4591 for _ in send_gen(n):
4592 pass

Callers

nothing calls this directly

Calls 1

genFunction · 0.70

Tested by

no test coverage detected