A static pychecker?

E

Edward K. Ream

I am wondering whether anyone knows of a static source-code analyzer for
Python, kinda like a static pychecker.



That is, instead of being a run-time tool as pychecker is, it would be a
'compile-time' tool. If I were writing such a thing it would use the ast
returned from compiler.parse. Unlike the inspect module, it would peruse
the code looking for possible problems.



Thanks.



Edward
 
S

skip

Edward> I am wondering whether anyone knows of a static source-code
Edward> analyzer for Python, kinda like a static pychecker.

Pychecker v2 was supposed to use source analysis instead of importing the
modules.

Skip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,139
Latest member
JamaalCald
Top