Re: Identifying apparently unused globals

2006-07-11 Thread skip
Simon> I haven't used it myself, but pychecker Simon> (http://pychecker.sourceforge.net/) is supposed to be able to Simon> perform such stunts. From the page: "Types of problems that can Simon> be found include: Unused globals and locals (module or variable)" Thanks. I've used b

Re: Identifying apparently unused globals

2006-07-11 Thread Simon Forman
[EMAIL PROTECTED] wrote: > At work we have a fairly large application (about 20 packages, 300+ modules) > that looks like we might be heading into a bit of a plateau stage. Now > seems like a good time to identify and delete old, unused code that's flown > under the radar screen for awhile simply