Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ g
Method
g
Lib/test/test_sys_setprofile.py:156–161 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
154
def
f(p):
155
1/0
156
def
g(p):
157
try
:
158
f(p)
159
except
ZeroDivisionError:
160
try
: f(p)
161
except
ZeroDivisionError:
pass
162
f_ident = ident(f)
163
g_ident = ident(g)
164
self.check_events(g, [(1,
'call'
, g_ident),
Callers
nothing calls this directly
Calls
2
f
Function · 0.70
add_event
Method · 0.45
Tested by
no test coverage detected