finding unused variables in Python code
Roy Smith
roy at panix.com
Wed Jun 11 17:15:23 EDT 2003
More information about the Python-list mailing list
Wed Jun 11 17:15:23 EDT 2003
- Previous message (by thread): finding unused variables in Python code
- Next message (by thread): simple text filter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fernando Perez <fperez528 at yahoo.com> wrote: > beliavsky at aol.com wrote: > > > Is there any tool to find variables in Python code that are defined but > > never > > used? > > google("pychecker")[0] The first entry I get from google when I search for pychecker is "Did you mean: paycheck". Is there some hidden meaning here? :-)
- Previous message (by thread): finding unused variables in Python code
- Next message (by thread): simple text filter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list