third_party.pylibs.pylint.src/test/input/func_w0701.py

13 lines
180 B
Python
Raw Normal View History

2006-04-26 10:48:09 +00:00
"""test string exception
"""
__revision__ = ''
def function1():
"""hehehe"""
raise "String Exception"
def function2():
"""hehehe"""
raise 'exception', 'message'