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

Ramchandra Apte maniandram01 at gmail.com
Sat Sep 29 09:27:47 EDT 2012


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__).



More information about the Python-list mailing list