MCPcopy 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
413def show_events(callable):
414 import pprint
415 pprint.pprint(capture_events(callable))
416
417
418if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

capture_eventsFunction · 0.85
pprintMethod · 0.45

Tested by

no test coverage detected