![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Building a function call?
From: Roland Heiber <newstonne@web.de>
Date: Wed Jul 13 2005 - 14:42:52 CEST
Francois De Serres wrote:
Not the best (not at all) but one way:
def dothat(x,y):
c = (1,2)
locals().get("dothat")(*c)
---- Called with: 1 2 HtH, RolandReceived on Thu Sep 29 16:55:32 2005 |