Hallo, Thomas Grill hat gesagt: // Thomas Grill wrote:
Just define a _del(self) method in your pyext class. It gets called when the object is deleted.
How does thie pyext._del relate to the more general __del__ method? Is it save to use the latter? I know, that __del__ also is called on delete, but I guess, using _del could be a cleaner solution?
Frank Barknecht _ ______footils.org_ __goto10.org__