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

哪些工具可以帮助查找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是另一个验证模块是否符合编码标准的工具。

 

 

原文地址:https://www.cnblogs.com/zoe233/p/7418203.html