mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
When using importlib.import_module, Python loads the module from disk only once and any subsequent call to this method will just re-import the already loaded module from RAM. Wrapping importlib.import_module with importlib.reload will make Python force-reload the module from disk. |
||
|---|---|---|
| .. | ||
| api | ||
| client | ||
| connection | ||
| crypto | ||
| errors | ||
| session | ||
| __init__.py | ||