__del__ methods

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Sun Jul 20 05:09:38 EDT 2008


Robert Rawlins a écrit :
>> Time to fix that, then, with some documentation 
>> <URL:http://www.python.org/doc/>, and by working through the Python
>>  tutorial <URL:http://www.python.org/doc/tut/>.
> 
> Thanks Ben, I'll be sure to read through these. I also read through
> this http://www.geocities.com/foetsch/python/new_style_classes.htm
> earlier this morning which was also a nice little resource.
> 
> Just about all of it makes sense at the moment, apart from the new
> constructor types which are constructors at a class level opposed to
> at instance level. I found this a little confusing but who knows.

Are you talking about the __new__ method ? Or about metaclasses ?




More information about the Python-list mailing list