Is there a way to hook into module destruction?
Neal Becker
ndbecker2 at gmail.com
Sat Jun 16 16:16:10 EDT 2007
Code at global scope in a module is run at module construction (init). Is
it possible to hook into module destruction (unloading)?
More information about the Python-list
mailing list