您的位置:首页 > 其它

7.哪些工具可以帮助查找bug或进行静态分析

2017-08-23 15:09 369 查看
哪些工具可以帮助查找bug或进行静态分析?

PyChecker is a static analysis tool that detects the bugs in Python source code and warns about the style and complexity of the bug.

Pylint is another tool that verifies whether the module meets the coding standard.

PyChecker是一个静态分析工具,它可以检测Python源代码中的bug,并警告bug的样式和复杂性。

Pylint是另一个验证模块是否符合编码标准的工具。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐