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

12 lines
203 B
Python
Raw Permalink Normal View History

2019-08-04 20:26:35 +08:00
"""test code similarities
by defaut docstring are not considered
"""
__revision__ = 'id'
A = 2
B = 3
C = A + B
# need more than X lines to trigger the message
C *= 2
A -= B
# all this should be detected