[Python-ideas] A decorator to call super()

Thomas Kluyver thomas at kluyver.me.uk
Tue Jan 31 10:05:44 EST 2017


On Tue, Jan 31, 2017, at 02:32 PM, Stephen J. Turnbull wrote:
> Personally, I don't think the explicit invocation is such a big deal
> to need a standardized decorator in the stdlib.

+1. It's one line either way, and the explicit call to super() seems
clearer for people reading the code.


More information about the Python-ideas mailing list