Files
openide/python/testData/postfix/editable/editableTemplateExceptionExcept.py
Vladislav Rassokhin a396b4cdd2 [python] postfix templates: support editable templates and conditions PY-30217
GitOrigin-RevId: 03b1a49f8ecfd7c765ed2900b2adf14b07709a5f
2023-03-07 18:56:25 +00:00

6 lines
92 B
Python

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