Letter P

python-vulture - Find Dead Code

Website: https://pypi.python.org/pypi/vulture
License: MIT
Vendor: Alcance Libre, Inc.
Description:
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.

Packages

python-vulture-2.3-1.fc14.al.src [55 KiB] Changelog by Joel Barrios (2022-01-24):
- Update to 2.3.

Listing created by Repoview-0.6.6-6.fc14.al