MCPcopy Index your code
hub / github.com/RustPython/RustPython / raise_handle_reraise

Method raise_handle_reraise

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

Source from the content-addressed store, hash-verified

724 yield 2
725
726 def raise_handle_reraise(self):
727 try:
728 1/0
729 except:
730 raise
731
732 def test_disable_legal_events(self):
733 for event, name in INSTRUMENTED_EVENTS:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected