Discussions on Python.org
Syntactic sugar to encourage use of named arguments
Ideas
joshuabambrick
(Joshua Bambrick)
November 11, 2023, 1:47pm
130
If this syntactic sugar were to be accepted, which form would you prefer to see:
f(x=)
f(=x)
f(%x)
f(*, x)
f(pass x)
0
voters
7 Likes
PEP 736: Shorthand syntax for keyword arguments at invocation
show post in topic