Files
openide/python/testData/codeInsight/smartEnter/try.py
T

6 lines
71 B
Python

try<caret>
doSomething()
except Exception
pass
finally
pass