Files
openide/python/testData/postfix/editable/editableTemplateExceptionExcept_after.py
2023-03-07 18:56:25 +00:00

6 lines
86 B
Python

def _():
try:
raise Exception()
except Exception as e:
foo(e)