()
| 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() |
nothing calls this directly
no test coverage detected