Python Forum

Full Version: **kwargs question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(Apr-01-2020, 07:04 AM)DPaul Wrote: [ -> ]why all other **kwarg examples show little "added value"
the other examples were more into showing (i) what args and kwargs would be, i.e. tuple and dict and (ii) different calls of such function.
I think with time you will see the benefits it brings in certain cases - e.g. in class inheritance, in decoratros
Pages: 1 2