Hacker News new | ask | show | jobs
by bambam3000 1957 days ago
does this patch existing class instances, if you modify a method for example?

I cobbled together something similar a few years back using the reload stuff from ipython and a script I think GuidoVR wrote that I stumbled on. I like to debug on the cli (pdb++), I made it autodetect changed modules and reload those whenever i entered the 'reload' command. For me having to decorate things first would be a no-no.

My helper worked really nicely for some projects but broke with others. Well done on getting something out there.