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_w0801.py @ 745

History | View | Annotate | Download (203 Bytes)

1
"""test code similarities
2
by defaut docstring are not considered
3
"""
4
__revision__ = 'id'
5
A = 2
6
B = 3
7
C = A + B
8
# need more than X lines to trigger the message
9
C *= 2
10
A -= B
11
# all this should be detected