In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] wrote:

> put "self" as the first argument in all instance methods of that class.
> "self" is just a convention, referring to the object instance, not a
> language feature as in other language like javascript. You can call it
> "me" too if you prefer.

But please don't call it "me".  The convention to call the first argument 
"self" is so universal, calling it anything else is just going to make your 
code more difficult for anybody else to read.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to