Download List

프로젝트 설명

PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler (or lint) for less dynamic languages, like C and C++. Common errors that can be found include forgetting to import a module, misspelling a variable, passing the wrong number of parameters to a function/method, and not using a module/variable.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-02-06 22:19 Back to release list
0.8.19

파이썬 2.7에 대한 지원이 추가되었습니다. 새 pcmodules.py 모듈에서 modulePath 코드는 더 이상 수입 오류가 발생합니다. pychecker 지금 setattr과 const와 람다 수 있습니다. 64 비트에서 pychecker - Q를 더 이상 플랫폼 특정 stdlib을 무시합니다. 검사 파일의 순서는 더 이상 오류가 보고된 영향을 미칩니다. PyChecker은 그래서 지금은 전에 실종된 많은 경고를 만난다면, 동일한 이름을 가진 모듈의 각 집합 중 하나를 확인했다.
Support for Python 2.7 was added. In the new pcmodules.py module, the modulePath code no longer causes an import error. pychecker now allows lambda with setattr and const. pychecker -q on 64-bit no longer ignores the platform-specific stdlib. The order of checking files no longer affects the errors reported. PyChecker was only checking one of each set of modules with the same name, so it will now catch many warnings it was missing before.

Project Resources