Find-dup-defs – find duplicated Python code at the speed of light
A new open-source tool, find-dup-defs, identifies duplicated and near-duplicated Python code using structural AST analysis and a normalized "Thickness" score to rank refactoring urgency. The tool claims to be 2-12 times …