top | item 45482976

(no title)

eric15342335 | 4 months ago

What about Pylint? iirc pylint has code duplication check as well. is it the same thing?

discuss

order

d-yoda|4 months ago

Pylint's duplication check is text-based (compares lines), while pyscn uses tree edit distance on ASTs. This means pyscn can catch structural clones even when variable/function names differ.