Next / Previous / Contents / TCC Help System / NM Tech homepage

19.3.8. __del__(): Destructor

If a class has a .__del__() method, that method is called when an instance is deleted. For details, see Section 19.1.5, “Instance deletion: the destructor, .__del__().