You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm interested in a use case where I only want to reload a particular library that I am developing, but I could change any function or file within that library. Would one of the following snippets achieve this, inside of IPython for example?
That should work, yes. I haven't paid much heed to the jurigged.watch interface since I rarely use it, but I like your suggestion, it is good sugar. I would only use the .parent if the module's filename is __init__.py, though.
Hi! I'm interested in a use case where I only want to reload a particular library that I am developing, but I could change any function or file within that library. Would one of the following snippets achieve this, inside of IPython for example?
And if so would it make sense to add
jurigged.watch(mymodule)
as syntactic sugar?The text was updated successfully, but these errors were encountered: