script question

Marco Mariani marco at sferacarta.com
Fri Apr 17 06:43:38 EDT 2009


Piet van Oostrum wrote:

> funclist = [func01, func02, func03, ... ]
> for i in range(1,n):
>     funclist[i]()
> 
> Or myscript.funclist[i]() from another module.

Ehm, calling a bazillion things in the right order should be a 
responsibility of the myscript module anyway.




More information about the Python-list mailing list