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

9 lines
123 B
Python
Raw Normal View History

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