[PD] Re: pyext close

Thomas Grill gr at grrrr.org
Thu Mar 2 13:18:53 CET 2006


Hi F.e.,

> I wonder if there's a way for pyext to know it's deleted, in order, 
> for example, to remove previously created temp files before it's 
> killed...
>

yes there is.
Just define a _del(self) method in your pyext class. It gets called 
when the object is deleted.

greetings,
Thomas





More information about the Pd-list mailing list