The first way is to use the reload function in the importlib module in the standard library: 1 import some_lib import importlib importlib.reload(some_lib) ...
確定! 回上一頁