sashahafner / pystupid

Some notes on Python syntax and more
GNU General Public License v3.0
2 stars 0 forks source link

Reload a function #11

Open sashahafner opened 9 months ago

sashahafner commented 9 months ago
from x import xfunc

I would expect that to get the latest version, from the current version of the file. I have to restart python3 to get a new version. Really?!