Uncalled

0.1.8 · active · verified Sat Apr 11

Uncalled is a Python library and command-line tool (version 0.1.8, released July 11, 2024) designed to identify unused functions within Python projects. It employs either regular expressions for speed (default) or Abstract Syntax Tree (AST) traversal for greater accuracy, also offering a combined mode to reduce false positives. Releases appear to be infrequent and as-needed.

Warnings

Install

Imports

Quickstart

Scan the current directory for unused functions. For more options, use `uncalled --help`.

uncalled .

view raw JSON →