third_party.pylibs.pylint.src/test/input/func_i0020.py
Torsten Marek f235861d6c Add messages I0020 and I0021 for reporting of suppressed messages and useless suppression pragmas. Closes #110840
Both messages are disabled by default, and only emitted after all other
checkers have been processed.
2012-11-12 14:06:26 +01: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