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 中使用了任何已知的坏模块。对于 c++ 项目,我使用了 ban.h 来确定我的任何包含是否有问题。我希望 python 有类似的东西,或者可以通过你的项目查找坏模块。
也许您只是想在运行代码(或测试套件)时打开弃用警告?默认情况下会忽略它们。
见这里:http ://docs.python.org/2/library/warnings.html