> > 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
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