tptimer/env/lib/python2.7/site-packages/pylint/test/input/func_i0013.py

9 lines
137 B
Python
Raw Normal View History

2018-07-20 05:43:02 +00:00
# pylint: skip-file
"""disable-all is usable as an inline option"""
# no warning should be issued
try:
import this
except:
pass