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 analyzers like vulture are likely to miss some dead code. Also, code that is only called implicitly may be reported as unused. Nonetheless, vulture can be a very helpful tool for higher code quality.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.3-4.fc35 | - |
Fedora 35 | 2.3-4.fc35 | - |
Fedora 34 | 2.3-2.fc34 | - |
You can contact the maintainers of this package via email at
python-vulture dash maintainers at fedoraproject dot org
.