top | item 38938227

Python Enhancement Proposal 736: Shorthand syntax for keyword arguments

10 points| __tmk__ | 2 years ago |peps.python.org

1 comment

order

rogue7|2 years ago

Finally ! 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.