Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ f
Function
f
Lib/test/crashers/bogus_code_obj.py:15–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
""
"
14
15
def
f():
16
pass
17
18
f.__code__ = f.__code__.replace(co_code=b
""
)
19
f()
Callers
6
bogus_code_obj.py
File · 0.70
recursive_call.py
File · 0.70
clear_caches
Function · 0.50
dec
Function · 0.50
wrapper
Function · 0.50
test_function
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_function
Function · 0.40