third_party.pylibs.pylint.src/test/input/similar1
Ry4an Brase 468da1ceac Add --ignore-imports option to similarity checking. Closes #106534.
Additionally:
 - add access to existing --ignore-docstrings option to symilar command line
 - add access to new --ignore-imports option to symilar command line
 - add test for existing --ignore-docstring feature
 - add test for new --ignore-imports feature
2012-09-29 23:47:36 -04:00

23 lines
181 B
Plaintext

import one
from two import two
three
four
five
six # comments optionally ignored
seven
eight
nine
''' ten
eleven
twelve '''
thirteen
fourteen
fifteen
sixteen
seventeen
eighteen