Re: Regarding Classes

2007-08-22 Thread O.R.Senthil Kumaran
> > What is the main reason of "self" when it involves classes/functions > > > "self" provides a semi-standard way of addressing the current instance > of a class. It is used in an instance's method. It is not typically > used in functions. Btw, you are free to use any other term as well inste

Re: Regarding Classes

2007-08-21 Thread Colin J. Williams
Lamonte Harris wrote: > What is the main reason of "self" when it involves classes/functions > "self" provides a semi-standard way of addressing the current instance of a class. It is used in an instance's method. It is not typically used in functions. Colin W. -- http://mail.python.org/mail

Regarding Classes

2007-08-21 Thread Lamonte Harris
What is the main reason of "self" when it involves classes/functions -- http://mail.python.org/mailman/listinfo/python-list