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

6 lines
92 B
Python

def _():
try:
raise Exception()
except Exception as e:
e.foo<caret>