"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
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