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

Method inner_raising_func

Lib/test/test_exceptions.py:801–804  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

799 pass
800
801 def inner_raising_func():
802 # Create some references in exception value and traceback
803 local_ref = obj
804 raise MyException(obj)
805
806 # Qualified "except" with "as"
807 obj = MyObj()

Callers

nothing calls this directly

Calls 1

MyExceptionClass · 0.70

Tested by

no test coverage detected