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

9 lines
172 B
Python

"""Test for reporting of suppressed messages."""
__revision__ = 0
def suppressed():
"""A function with an unused variable."""
# pylint: disable=W0612
var = 0