[go: up one dir, main page]

Skip to content

elazarg/uncalled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uncalled

Find unused functions in Python projects.

This tool uses either regular expressions (the default) or AST traversal. The regular expressions are fast and has surprisingly few false-positives. To further reduce false positives, there is a combined mode both.

Usage

$ uncalled path/to/project

for more options, see uncalled --help

vulture is a similar package.

About

Finding unused functions in Python projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages