__init__() not called automatically

bruno modulix onurb at xiludom.gro
Thu May 26 11:51:28 EDT 2005


Paul McNett wrote:
> Sriek wrote:
> 
(snip)
>> Similarly, why do we have to explicitly use the 'self' keyword
>> everytime?
> 
> 
> This is closer to a wart, IMO, 

I've always explicitelly used the (implied) 'this' pseudo-pointer in
Java, C++ etc. The wart is in all those languages that don't makes it
mandatory IMHO !-)

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list