Question: Hover information on "re-exports"? #983
michaelfortunato
started this conversation in
General
Replies: 1 comment 1 reply
-
Possibly related #964 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am working with a package called PyG, and noticing I am not getting hover info on this item
DataLoader
because I believe it is re-exported.Not showing case
Showing case
In contrast if I import


DataLoader
from the module in which its truly defined. I get hover information as expected.The class is actually defined in the module
Is this expected? Or should Pyrefly detect the type of DataLoader the "Not Showing Case" above?
Note that in the "not showing case", Goto works on this item, even though hover shows unknown.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions