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