Is there an equivilant in Python for PHPs call_user_func_array?
|
|
if your function name is a string, you could do:
|
||
|
|
|
Call the function with the array preceded by *:
|
||
|
