On 20/10/2013 08:09, Peter Cacioppi wrote:

Personally, I find the ability of Python to subclass without overriding the 
constructor very elegant.


__new__ is the constructor which to my knowledge you've not mentioned, __init__ is the initialiser as mentioned by Ben Finney.

--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to