![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: updating local()
From: Flavio <fccoelho@gmail.com>
Date: Thu Oct 06 2005 - 16:04:08 CEST
Ok, its not thousands, but more like dozens of variables...
I know I could pass these variables around as:
def some_function(**variables):
some_function(**variables)
but its a pain in the neck to have to refer to them as
dont you think?
Flavio
|