Comment on Show HN: Change Python code while it's running using a reloading loopComments−yomansat6yFYI there's also reload(module) which is a built-in function. One great use-case I've come across is in developing a network proxy for game packet interception, see:https://youtu.be/iApNzWZG-10?t=641
Comments
FYI there's also reload(module) which is a built-in function. One great use-case I've come across is in developing a network proxy for game packet interception, see:
https://youtu.be/iApNzWZG-10?t=641