vulture - Online in the Cloud

This is the command vulture that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


vulture - searches for unused ("dead") code in a Python program

SYNOPSIS


vulture [options] <path>

DESCRIPTION


Vulture scans for unused classes, functions and variables.

Due to Python's dynamic nature it's impossible to find all ununsed code for a static code
analyzer, because it ignores scopes and scans only token names. Additionally, some
dynamic items that are not explicitly called in the code may be incorrectly reported.

OPTIONS


-h, --help

--exclude=<exclude>

comma-separated list of filename patterns to exclude (e.g. svn,external)

-v, --verbose

AUTHORS


vulture was written by Jendrik Seipp <jendrikseipp@web.de>

Use vulture online using onworks.net services



Latest Linux & Windows online programs