limeade
limeade copied to clipboard
Live module editing and development enhancement supporting hot reloading for Python 3.4+
Results
2
limeade issues
Sort by
recently updated
recently updated
newest added
Hello, I have been trying to use `importlib.reload` as a way to dynamically reload modules but for some reason, this only works the first time. I have a FastAPI server...
Running python inside a venv requires an explicit `importlib.machinery` import, oddly: ``` python -m venv env env/bin/python >>> import importlib >>> importlib.machinery Traceback (most recent call last): File "", line...