pyjaco icon indicating copy to clipboard operation
pyjaco copied to clipboard

reload()

Open dusty-phillips opened this issue 13 years ago • 1 comments

Is this feasible? We may have to NotImplemented this.

dusty-phillips avatar Jan 09 '12 23:01 dusty-phillips

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?

chrivers avatar Jan 10 '12 10:01 chrivers