Re: What is the method for class destroy

2006-01-16 Thread Fredrik Lundh
"K Satish" wrote: > Like __init__ which is called when object instatiated, what is the method > when object destroys. __del__ see http://docs.python.org/ref/customization.html (and make sure you read the note and the warning carefully) -- http://mail.python.org/mailman/listinfo/python-li

What is the method for class destroy

2006-01-15 Thread K Satish
Hi All,   Like __init__ which is called when object instatiated, what is the method when object destroys.   Thanks, Satish.Send instant messages to your online friends http://in.messenger.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list