Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在 Python 代码中找到未使用的函数?
我正在处理一个 Pyramid 项目的许多文件和函数,为了清理这些东西,我想知道哪些函数永远不会被调用。有没有办法解决这个问题?
谢谢
您可以使用静态分析器,例如pychecker。