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

10 lines
129 B
Python
Raw Normal View History

2009-11-25 07:25:52 +00:00
"""test local variable used before assignment
2006-04-26 10:48:09 +00:00
"""
__revision__ = 0
def function():
"""dummy"""
print aaaa
aaaa = 1