dead-code

How can you find unused functions in Python code?

How can you find unused functions in Python code? Question: So you’ve got some legacy code lying 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 functions in php project, but they seem specific to C# and …

Total answers: 5