MCPcopy 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
15def f():
16 pass
17
18f.__code__ = f.__code__.replace(co_code=b"")
19f()

Callers 6

bogus_code_obj.pyFile · 0.70
recursive_call.pyFile · 0.70
clear_cachesFunction · 0.50
decFunction · 0.50
wrapperFunction · 0.50
test_functionFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_functionFunction · 0.40