Gadfly Question: TypeError on __Init__

Marcos Sánchez Provencio rapto at arrakis.es
Sat Jun 24 08:53:48 EDT 2000


I believe that __init__ should always return None (what functions do
silently when they don't find a return clause).

Leave the error to propagate, should there be any. Catch it in the
calling code.



More information about the Python-list mailing list