Should one always add super().__init__() to the __init__?

Ramchandra Apte maniandram01 at gmail.com
Sat Sep 29 09:28:52 EDT 2012


On Saturday, 29 September 2012 18:57:48 UTC+5:30, Ramchandra Apte  wrote:
> Should one always add super().__init__() to the __init__? The reason for this is the possibility of changing base classes (and forgetting to update the __init__).

This is my first post so I may be breaching nettique.



More information about the Python-list mailing list