Re: [Python-Dev] Self in method body

2008-12-08 Thread Terry Reedy
Filip Gruszczyński wrote: There is a large discussion on python-list about Guido's article about That discussion should stay there. new self syntax, therefore I would like to use that to raise similar question: self in the body. That has also be heavily discussed, many times, there and here

Re: [Python-Dev] Self in method body

2008-12-08 Thread Filip Gruszczyński
> I've just grabbed a random, heavily OO module from my own code library. > It has 60 instances of "self", or 240 characters, out of 18,839 > characters in total (including newlines). Removing self will decrease > the number of my keystrokes and the amount of pure typing time > (excluding thinking

Re: [Python-Dev] Self in method body

2008-12-08 Thread Steven D'Aprano
On Tue, 9 Dec 2008 08:55:21 am Filip Gruszczyński wrote: > There is a large discussion on python-list about Guido's article > about new self syntax, therefore I would like to use that to raise > similar question: self in the body. Some time ago I was coding in > Magik language > (http://en.wikipedi

[Python-Dev] Self in method body

2008-12-08 Thread Filip Gruszczyński
There is a large discussion on python-list about Guido's article about new self syntax, therefore I would like to use that to raise similar question: self in the body. Some time ago I was coding in Magik language (http://en.wikipedia.org/wiki/Magik_(programming_language), which is dynamically typed