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
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