late bindings ???

Wojtek Walczak gminick at hacker.pl
Tue Dec 3 10:35:56 EST 2002


Dnia 02 Dec 2002 21:22:38 +0800, Alfredo P. Ricafort napisał(a):
> func=['do_file','do_exit']
> apply(func[i],[args])

for i in func:
   eval(i)()

try it.

-- 
[ ] gminick (at) underground.org.pl  http://gminick.linuxsecurity.pl/ [ ]
[ "Po prostu lubie poranna samotnosc, bo wtedy kawa smakuje najlepiej." ]



More information about the Python-list mailing list