vultureEasy Playground

Find unused code (dead code detection)

Getting started with vultureRun locally
Install
pip install vulture
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: vulture)

vulture is a third-party package. Find unused code (dead code detection). Install with: pip install vulture

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?