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

9 lines
139 B
Python
Raw Normal View History

2006-12-05 09:29:06 +00:00
# pylint: disable-all
"""disable-all is usable as an inline option"""
# no warning should be issued
try:
import this
except:
pass