Asterisk sign in python

sarmin sarmin_kho at yahoo.com
Thu Feb 26 06:47:31 EST 2004


Hi Pythoners...

It seems to me the Asterisk (*) sign in python means many things...

if a python code line looks like this:
def__init__(self, func, *param):
  bla bla bla...

and then u have something like this:
func(*param)

and then something like this:
def Wrapper(select, func, param):
   bla bla bla...

I took this section of code from the 'Python Cookbook' textbook page 
223 about 'Running Functions in the future'...

I just cant figure out what is the asterisk (*) sign for and what is 
the different between *param and param??

Many thanks Pythoners...

Regards
sarmin





More information about the Python-list mailing list