[Python-ideas] deferred default arguments

Carl Johnson cmjohnson.mailinglist at gmail.com
Thu Jul 14 06:52:38 CEST 2011


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."



More information about the Python-ideas mailing list