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

9 lines
145 B
Python
Raw Normal View History

"""test no crash on __file__ global"""
def func():
"""override __file__"""
global __file__
__file__ = 'hop'
2010-03-22 18:47:39 +00:00
__revision__ = 'pouet'