7 ms·
The single * way to specify keyword only arguments is a total monstrosity.
by reachtarunhere 8y ago
The single * way to specify keyword only arguments is a total
monstrosity.
- masklinn 8y agoIt's a logical and consistent outgrowth of the existence of *args, and having (finally) allowed parameters after that (which would be keyword-only). I'm sure you could make up other ways to do it, but not that they'd be any better.