Tagged Questions
7
votes
4answers
1k views
How can you find unused functions in Python code?
So you've got some legacy code lying Python around in a fairly hefty project. How can you find and delete dead functions?
I've seen these two references: Find unused code and Tool to find unused ...