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

9 lines
139 B
Python

# pylint: disable-all
"""disable-all is usable as an inline option"""
# no warning should be issued
try:
import this
except:
pass