questions about of writing python scripts

Andrew Bennetts andrew at puzzling.org
Mon Dec 10 05:03:19 EST 2001


On Sun, Dec 09, 2001 at 05:26:14PM -0800, ed wrote:
> but c is floating and has not value and a got assgined to it.  ... in
> other compiation lang, this type of error will be caught in
> compilaiton time, but I can't using python..  is ther any utility or
> way to catch this type of error way ahead?

I think what you are looking for is a static analysis tool... try
pychecker.

http://pychecker.sourceforge.net/

-Andrew.





More information about the Python-list mailing list