Sep-18-2017, 02:01 AM
Is there a reload a module for Python 3. I changed my module and need to reload it. Is there a way this can be done?
Thanks!
Thanks!
Reload module
|
Sep-18-2017, 02:01 AM
Is there a reload a module for Python 3. I changed my module and need to reload it. Is there a way this can be done?
Thanks!
Sep-18-2017, 02:18 AM
UseĀ importlib.reload(module).
Sep-28-2017, 08:31 PM
Restart the script?
Reloading a modified module seems like you're trying to do something you maybe shouldn't. |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
what is solution to save and reload a object? | eue | 4 | 1,712 |
Nov-23-2024, 02:15 PM Last Post: DeaD_EyE |
|
![]() |
Python3 - serial port reload | parovelb | 4 | 8,688 |
Apr-08-2021, 09:18 AM Last Post: parovelb |