Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reload() #57

Open
dusty-phillips opened this issue Jan 9, 2012 · 1 comment
Open

reload() #57

dusty-phillips opened this issue Jan 9, 2012 · 1 comment
Labels

Comments

@dusty-phillips
Copy link

Is this feasible? We may have to NotImplemented this.

@chrivers
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants