__init__ return value

Skip Montanaro skip at pobox.com
Wed Sep 24 14:35:49 EDT 2003


    Facundo> The question is about the last two lines: When you call
    Facundo> self.__init__(...), doesn't it return a value that you should
    Facundo> return too?

No, __init__ method return values are always ignored.

Skip





More information about the Python-list mailing list