__init__ question

Daniel Klein DanielK at aracnet.com
Mon Dec 25 13:45:47 EST 2000


I'm trying to decipher some Python code and came across the line:

    def __init__(self, *args):

What is the meaning of the '*args' expression?

Thanks,
Dan:





More information about the Python-list mailing list