find_dead_code
Detect unused Python imports, functions, and orphaned files in a project directory to eliminate dead code and improve maintainability.
Instructions
Detect unused Python imports, unused functions and orphaned files (e.g. files never imported or referenced).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Python package or project directory. | . |