On Sat, 6 Dec 2008 13:32:58 +0100 Andreas Waldenburger
<[EMAIL PROTECTED]> wrote:

> On Sat, 6 Dec 2008 04:02:54 -0800 (PST) [EMAIL PROTECTED]
> suggested:
> 
> 
> > class C:
> >     def $method(arg):
> >         $value = arg
> > 
> > [snip]
> > 
> [snip]
> "self" is a speaking identifier, "$" isn't.
> 
Also, nothing prevents you from replacing "self" with "s" if you really
want it short. Same effect as your "s" suggestion (OK, plus one ".").

/W

-- 
My real email address is constructed by swapping the domain with the
recipient (local part).
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to