-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I have identified a problem where some stdlib modules cannot be imported from the resolve-import-under-cursor functionality.
Some examples are defaultdict from collections and chain from itertools. The containing modules themselves collections and itertools can be imported as usual.
Something that might help is the fact that has to do with the fact that both objects live in .pyi stub modules (itertools.pyi, collections.pyi) whereas from other similar stdlib modules such as functools.py the issue does not exist. Could your parser exclude pyi modules maybe?
Thanks for all the help
Metadata
Metadata
Assignees
Labels
No labels