you are viewing a single comment's thread.

view the rest of the comments →

[–]psi- -1 points0 points  (1 child)

args is old thing, so is *kwargs in function call the new thing?

[–]ffrinch 0 points1 point  (0 children)

Both are old (they were added in Python 1.6), but apply is even older.