Allow to reload a module
[isAllowed = ] pyAllowModuleReloading([bool])
A boolean.
A boolean.
Allow to reload a module when it is imported. If some modifications have been made on the source file, it could be useful to reload it.
With no argument, the function returns the current state.
Version | Description |
5.4.0 | Python module. |