Files
openide/python/testData/surround/SurroundWithTryExcept_after.py
T

6 lines
90 B
Python

def foo():
try:
print "hello"
except:
<selection>pass</selection>