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

Function gen

Lib/test/test_capi/test_dict.py:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 raise RuntimeError('do not del evil')
23
24def gen():
25 yield 'a'
26 yield 'b'
27 yield 'c'
28
29
30class FrozenDictSubclass(frozendict):

Callers 12

testfuncMethod · 0.70
send_genMethod · 0.70
funcMethod · 0.70
__init__Method · 0.50
funcMethod · 0.50
mainMethod · 0.50
test_isawaitableMethod · 0.50
run_testMethod · 0.50
test_concurrent_closeMethod · 0.50
test_addTestsMethod · 0.50
test_throwMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected