How can you find unused functions in Python code?
So you’ve got some legacy code lying around in a fairly hefty project. How can you find and delete dead functions?
So you’ve got some legacy code lying around in a fairly hefty project. How can you find and delete dead functions?