You might want to try out vulture. It can’t catch everything due to Python’s dynamic nature, but it catches quite a bit without needing a full test suite like coverage.py and others need to work.
You might want to try out vulture. It can’t catch everything due to Python’s dynamic nature, but it catches quite a bit without needing a full test suite like coverage.py and others need to work.