def __init__ question in a class definition
Miki Tebeka
miki.tebeka at zoran.com
Mon Feb 7 02:57:25 EST 2005
Hello Jeffrey,
> I have an open source program which i am trying to add to.
>
> class classname(member,member)
>
> def __init__(self,list)
> self.__list = list
> self.refresh = 360
>
> my question is what is the __ (double underscore) represent, if
> anything, in this bliock of assignmeents? I wish to add some more names
> but do not know if i need the __ or not?
>
> IE: is there any special significance to the __ in this case.
http://docs.python.org/tut/tut.html
Bye.
--
------------------------------------------------------------------------
Miki Tebeka <miki.tebeka at zoran.com>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
More information about the Python-list
mailing list