« Dynamic Enterprise Systems and Jini | Main | agenda archaeology »

autoreloader

AutoReloader is a Python class for automatically reloading object instances when the class is reloaded. By default, reload() loads class changes, but existing instances don't get the changes. This class changes that.