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.

2006-02-04 08:47 Back to release list
0.8.17

이 릴리스의 새로운 옵션을 경고 표시의 수를 제한하기 위해 추가, 전용 클래스 (경고 유형)에 의해 명령줄 경고 표시에 파일의 경고 표시를 해제 C 확장 ROT_ opcodes에 대한 충돌을 추가 지원합니다. 비트 운영 Spurious 경고, int (x / y를), 잘못된 파일 이름 및 설치 / 설치하는 문제가 수정되었습니다.
Tags: Major feature enhancements
This release added new options to limit the number of warnings shown, only show warnings from files on the command line, display warnings by class (warning type), disable C extensions that crash, and add support for ROT_ opcodes. Spurious warnings from bit operations, int(x/y), wrong filenames, and setup/install problems were fixed.

Project Resources