finding unused variables in Python code

Fernando Perez fperez528 at yahoo.com
Wed Jun 11 17:07:45 EDT 2003


beliavsky at aol.com wrote:

> Is there any tool to find variables in Python code that are defined but never
> used?

google("pychecker")[0]

It does that and much, much more.

Best,

f.




More information about the Python-list mailing list