pychecker

Rating: 
0
No votes yet

Finds common bugs in Python source code
PyChecker is a tool for finding common bugs in Python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++. Because of the dynamic nature of Python,
some warnings may be incorrect; however, spurious warnings should be
fairly infrequent.

Category:

Application versions: 
AttachmentSizeDate
File pychecker_0.8.18-4maemo1_all.deb214.88 KB05/08/2013 - 14:42
Changelog: 

pychecker (0.8.18-4maemo1) unstable; urgency=low

* Ported to Maemo (added the SBOX_REDIRECT_IGNORE workaround in
debian/rules).
* Fixes: NB#167668.