python-by-example-150-chall.../venv/lib/python3.6/site-packages/pylint/test/input/func_i0014.py

9 lines
139 B
Python
Raw Normal View History

2019-08-04 20:26:35 +08:00
# pylint: disable-all
"""disable-all is usable as an inline option"""
# no warning should be issued
try:
import this
except:
pass