vulture - Find dead code
Vulture finds unused classes, functions and variables in your code. This helps
you cleanup and find errors in your programs. If you run it on both your
library and test suite you can find untested code.
Due to Python's dynamic nature, static cod
vulture - Find dead code
Vulture finds unused classes, functions and variables in your code.
This helps you cleanup and find errors in your programs. If you run it
on both your library and test suite you can find untested code.
Due to Python's dynamic nature, static code