py3-vulture

finds unused code in Python programs

WWW CVSWeb GITHub
  1. Package version
    py3-vulture-2.11
  2. Maintainer
    Martin Reindl

Vulture finds unused code in Python programs. This is useful for
cleaning up and finding errors in large code bases. If you run
Vulture 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.

  • python3

  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • lang/python/3.10