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

9 lines
172 B
Python
Raw Normal View History

2019-08-04 20:26:35 +08:00
"""Test for reporting of suppressed messages."""
__revision__ = 0
def suppressed():
"""A function with an unused variable."""
# pylint: disable=W0612
var = 0