Replies: 1 comment 4 replies
-
It seems % cat __pypackages__/3.9/lib/griffe.pth
import _griffe
% cat __pypackages__/3.9/lib/_griffe.py
from editables.redirector import RedirectingFinder as F
F.install()
F.map_module('griffe', '/media/data/dev/pytkdocs/src/griffe/__init__.py') It makes it difficult to find the source code without actually importing the module (which could have side-effects) 😕 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just opened this feature request: https://github.com/microsoft/vscode-python/issues/17063
I love the
install_cache
feature but right now VSCode does not follow .pth files 😕Beta Was this translation helpful? Give feedback.
All reactions