Hacker News new | ask | show | jobs
by danmur 1829 days ago
Python has importlib.reload(), though I haven't found much need to use it
1 comments

Indeed. Given the fast startup time of Python, I've always just restarted the session (which is most of the time faster than typing "import importlib; importlib.reload()" haha)