what does **kw mean?

Bruno Desthuilliers bruno.42.desthuilliers at wtf.websiteburo.oops.com
Fri Jan 11 05:51:40 EST 2008


zslevi at gmail.com a écrit :
> I've been reading the following example, and couldn't figure out, what
> **kw mean. (It's an empty dictionary, but what's the semantics):

Keyword varargs. And FWIW, *args is for positional varargs.




More information about the Python-list mailing list