pyjaco
pyjaco copied to clipboard
reload()
Is this feasible? We may have to NotImplemented this.
I'm not ruling out that we could do it, but I'm certainly skeptical that it's very practical. However, I think it will be fairly easy once we have AJAX support for dynamic modules. Then we simply overwrite the module-code var with a new value, and re-execute the function.
I think this copies the semantics from python, i.e. that the module init code is run again?