How can I make a change to a module without restarting python interpreter? -
I am editing in test code and in a separate window in Python interpreter.
Is there an easy way to do this?
Thanks,
Thanks,
Charlie
The built-in function is what you are looking for.
Comments
Post a Comment