third_party.pylibs.pylint.src/pylint/test/input/func_nonregr___file___global.py
2015-02-14 18:13:20 +02:00

9 lines
145 B
Python

"""test no crash on __file__ global"""
def func():
"""override __file__"""
global __file__
__file__ = 'hop'
__revision__ = 'pouet'