[Python-ideas] deferred default arguments
Carl Johnson
cmjohnson.mailinglist at gmail.com
Thu Jul 14 06:52:38 CEST 2011
More information about the Python-ideas mailing list
Thu Jul 14 06:52:38 CEST 2011
- Previous message: [Python-ideas] deferred default arguments
- Next message: [Python-ideas] deferred default arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you want perfect API compatibility from the sub-class to the super, why not just use *args, **kwargs? It kills the method signature, I guess, but just make your docstring say, "Check my superclass for the exact calling API."
- Previous message: [Python-ideas] deferred default arguments
- Next message: [Python-ideas] deferred default arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list