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

Function gen

Lib/test/test_monitoring.py:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 pass
32
33def gen():
34 yield
35 yield
36
37def g1():
38 for _ in gen():

Callers 6

g1Function · 0.70
funcMethod · 0.70
fMethod · 0.70
fooMethod · 0.70
fooMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected