Hacker News new | ask | show | jobs
by d-yoda 255 days 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.