Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / input / func_i0020.py @ 745

History | View | Annotate | Download (172 Bytes)

1
"""Test for reporting of suppressed messages."""
2

    
3
__revision__ = 0
4

    
5
def suppressed():
6
    """A function with an unused variable."""
7
    # pylint: disable=W0612
8
    var = 0