What is the method for class destroy

Fredrik Lundh fredrik at pythonware.com
Mon Jan 16 03:41:38 EST 2006


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

</F> 






More information about the Python-list mailing list