A static pychecker?

Edward K. Ream edreamleo at charter.net
Fri Sep 8 09:00:25 EDT 2006


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

--------------------------------------------------------------------
Edward K. Ream   email:  edreamleo at charter.net
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------





More information about the Python-list mailing list