MCPcopy 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
435def show_events(callable):
436 import pprint
437 pprint.pprint(capture_events(callable))
438
439
440class TestEdgeCases(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

capture_eventsFunction · 0.85
pprintMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…