MCPcopy Index your code
hub / github.com/python/cpython / raise_handle_reraise

Method raise_handle_reraise

Lib/test/test_monitoring.py:720–724  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

718 yield 2
719
720 def raise_handle_reraise(self):
721 try:
722 1/0
723 except:
724 raise
725
726 def test_disable_legal_events(self):
727 for event, name in INSTRUMENTED_EVENTS:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected