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__). -- http://mail.python.org/mailman/listinfo/python-list
- Should one always add super().__init__() to the ... Ramchandra Apte
- Re: Should one always add super().__init__(... Ian Kelly
- Re: Should one always add super().__init__(... Steven D'Aprano
- Re: Should one always add super().__ini... Devin Jeanpierre
- Re: Should one always add super().__ini... Chris Angelico
- Re: Should one always add super().__ini... Piet van Oostrum
- Re: Should one always add super()._... Steven D'Aprano
- Re: Should one always add super... Ian Kelly
- Re: Should one always add super... Steven D'Aprano
- Re: Should one always add ... Manuel Pégourié-Gonnard
- Re: Should one always add super().__ini... Ramchandra Apte