Thank you Jonathan,
This is indeed helpful, I have completely forgotten about these.
However, in my case, defaults are not callable defaults, but rather default
values preset at a higher level object and it has little to do with function
defaults.
Although, I think it is possible to reshape th
Hi Dom
In your original post you used your proposed addition to write code that
provides a way of handling defaults different from the standard mechanism,
and perhaps in your opinion better.
The following example tells us something about defaults mechanism already
provided by Python:
>>> def f(a