Re: can not use __methods__

2005-01-26 Thread Steven Bethard
[EMAIL PROTECTED] wrote: I try to use __methods__ in python 2.4 and 2.2 it always fail. Can some one tell me if I want to itterate the methods in a class and print it in a string format ( it is possible using __methods__ ). Is there any replacement? py> class C(object): ... a = 1 ... b = 2

can not use __methods__

2005-01-26 Thread [EMAIL PROTECTED]
Hello, I try to use __methods__ in python 2.4 and 2.2 it always fail. Can some one tell me if I want to itterate the methods in a class and print it in a string format ( it is possible using __methods__ ). Is there any replacement? Sincerely Yours, Pujo -- http://mail.python.org/mailman/listinf