Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ show_events
Function
show_events
Lib/test/test_sys_setprofile.py:435–437 ·
view source on GitHub ↗
(callable)
Source
from the content-addressed store, hash-verified
433
434
435
def
show_events(callable):
436
import
pprint
437
pprint.pprint(capture_events(callable))
438
439
440
class
TestEdgeCases(unittest.TestCase):
Callers
nothing calls this directly
Calls
2
capture_events
Function · 0.85
pprint
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…