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/mailman/listinfo/python-list

Reply via email to