Re: [Python-Dev] the explicit self

2008-08-27 Thread Kilian Klimek
On Wed, Aug 27, 2008 at 9:14 AM, Cesare Di Mauro <[EMAIL PROTECTED]>wrote: > On 27 agu 2008 at 08:46:15, Kilian Klimek <[EMAIL PROTECTED]> > wrote: > > > Hello, > > > > i know this has been discusses very much, i'm sorry, > > but i can't

[Python-Dev] the explicit self

2008-08-26 Thread Kilian Klimek
red and a special variable, named 'this' is provided. For example: class Foo (selfless): def __init__ (x, y): this.x = x ... A patch for 3.0b3 implementing this can be found at http://www-lehre.inf.uos.de/~kklimek/misc/python_slp_