Files
openide/python/testData/resolve/ExceptClause.py
2008-03-06 17:09:09 +03:00

4 lines
80 B
Python

try:
raise Exception('spam', 'eggs')
except Exception, inst:
print in<ref>st