Python Enhancement Proposal 736: Shorthand syntax for keyword arguments
1–2 of 2 posts
Re: Python Enhancement Proposal 736: Shorthand syntax for keyword arguments
#2Finally ! Keyword-only arguments are the best to build reliable software.
It's a bit like the redundancy of classes that led to attrs and dataclasses. It's the obvious next step.