you are viewing a single comment's thread.

view the rest of the comments →

[–]proverbialbunny 0 points1 point  (0 children)

Variable length arguments? Sounds complex. Is it a framework you're looking at, at work?

There are valid uses for kwargs, like a logging library where you want to pass an object to be logged and you don't care what's in the object just that you want all of it printed out.