[Tutor] How to delete a class instance

Shitiz Bansal shitizb at yahoo.com
Wed Mar 16 11:08:52 CET 2005


Hi,
How do i delete a class instance in a function running
within itself?
All the instances of the class are stored in a list,
and they need to be deleted after executing their
function.
However since the list is dynamic, there is no way to
know the exact position of the instance within the
list.

I tried del self to no avail.

Shitiz


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


More information about the Tutor mailing list