Discussions on Python.org
Shorten Keyword Arguments with Implicit Notation: foo(a=a, b=b) to foo(.a, .b)
Ideas
davidism
(David Lord) Closed
September 6, 2023, 12:09pm
7
Duplicate of
Allow identifiers as keyword arguments at function call site (extension of PEP 3102?)
show post in topic