Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ show_events
Function
show_events
Lib/test/test_sys_setprofile.py:413–415 ·
view source on GitHub ↗
(callable)
Source
from the content-addressed store, hash-verified
411
412
413
def
show_events(callable):
414
import
pprint
415
pprint.pprint(capture_events(callable))
416
417
418
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
2
capture_events
Function · 0.85
pprint
Method · 0.45
Tested by
no test coverage detected