[Python-ideas] A decorator to call super()
Thomas Kluyver
thomas at kluyver.me.uk
Tue Jan 31 10:05:44 EST 2017
More information about the Python-ideas mailing list
Tue Jan 31 10:05:44 EST 2017
- Previous message (by thread): [Python-ideas] A decorator to call super()
- Next message (by thread): [Python-ideas] A decorator to call super()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): [Python-ideas] A decorator to call super()
- Next message (by thread): [Python-ideas] A decorator to call super()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list