Hello Christopher, > Is there somewhere I can find a list of object-lifecycle callbacks? > Especially some sort of before_destroy hook.
When would that hook be called? "Destroy" gives me the feeling of deallocation. If that's the case, the normal Python way to do it still applies (__del__, or weakref callback). -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
