Re: Static Methods in Python

2005-05-01 Thread John Roth
for the same on Google > and found out that there was no consistent approach to this. I would > like to know what is the prescribed approach for the same. Any > thoughts, pointers about the same would be very much appreciated. Generally, there's very little need for static methods in Pyth

Re: Static Methods in Python

2005-05-01 Thread Erik Max Francis
Kris wrote: > I am a newbie to Python. With a background in Java, I was attempting > to write static methods in the class without the self as the first > parameter, when I got an error. I did a search for the same on Google > and found out that there was no consistent approach to this. I would >

Static Methods in Python

2005-05-01 Thread Kris
Hi, I am a newbie to Python. With a background in Java, I was attempting to write static methods in the class without the self as the first parameter, when I got an error. I did a search for the same on Google and found out that there was no consistent approach to this. I would like to know what