On 30/11/20 9:46 am, David Mertz wrote:
> def f(a, b, c=21, _foo=foo, _bar=bar):
>
> Of course I know that users COULD call `f(1, 2, _foo=something_else)`.
> But we have asked them not to politely, and "we're all consenting adults."
This doesn't work so well if the function takes *args or **kwds arguments.