Shorten Keyword Arguments with Implicit Notation: foo(a=a, b=b) to foo(.a, .b)

Duplicate of Allow identifiers as keyword arguments at function call site (extension of PEP 3102?)