finding unused variables in Python code

Skip Montanaro skip at pobox.com
Wed Jun 11 17:11:41 EDT 2003


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

Google for pychecker.

Skip







More information about the Python-list mailing list