Re: How to find unused methods

2004-12-22 Thread TZOTZIOY
On 22 Dec 2004 10:27:58 +0100, rumours say that Martin Drautzburg <[EMAIL PROTECTED]> might have written: >Is there an elegant way for finding unsent methods as in Smalltalk ? > >I am aware of the fact that due to pythons dynamic typing, no tool in >the world can find ALL unsent methods (same in

How to find unused methods

2004-12-22 Thread Martin Drautzburg
Is there an elegant way for finding unsent methods as in Smalltalk ? I am aware of the fact that due to pythons dynamic typing, no tool in the world can find ALL unsent methods (same in Smalltalk). But finding the most obvious ones would already be of some help. -- http://mail.python.org/mailman