Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
24
def
gen():
25
yield
'a'
26
yield
'b'
27
yield
'c'
28
29
30
class
FrozenDictSubclass(frozendict):
Callers
12
testfunc
Method · 0.70
send_gen
Method · 0.70
func
Method · 0.70
__init__
Method · 0.50
func
Method · 0.50
main
Method · 0.50
test_isawaitable
Method · 0.50
wrapped_generator_coro
Method · 0.50
run_test
Method · 0.50
test_concurrent_close
Method · 0.50
test_addTests
Method · 0.50
test_throw
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected