[Python-ideas] Keyword only argument on function call

Anders Hovmöller boxed at killingar.net
Mon Sep 10 02:05:22 EDT 2018


I just realized I have another question for you:

If you had to chose which one would you prefer:

f(*, a b, c)

or:

f(=a, =b, =c)

?

I know you’re clearly against the entire idea but it seems we should prefer the least disliked alternative in such a scenario. 


More information about the Python-ideas mailing list