![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: **kwargs?
From: Roland Heiber <newstonne@web.de>
Date: Wed Jul 13 2005 - 14:48:36 CEST
Francois De Serres wrote:
func(**d)
is the same as:
func(arg1='value1', arg2='value2')
HtH, Roland
|