Nuacht

The %reload magic can reload modules not directly imported, imported modules in the local namespace, and imported variables. Reloading imported variables may produce unexpected results if the name is ...
The return value is the module object (the same as the module argument). When reload (module) is executed: Python modules’ code is recompiled and the module-level code reexecuted, defining a new set ...