On Dec 7, 1:02 am, News123 <[EMAIL PROTECTED]> wrote:
> What would be interesting would be some syntactical sugar to get rid of
> the 'self' (at least in the code body).
>
> example:
> class C:
>     class_elements a,b,c,d
>
>     def method(self,arg):
>         global d
>         a,b,c = arg[0..3]
>         d = a + b
>         self.e = a + d
>

Nah, that would make it not explicit. Explicit here also means that to
refer to self's a, we need to explicitly refer to self.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to