Pyright won't use typing for a class even when directly typed, ends up as unknown #10838
Unanswered
Martin (C0rn3j)
asked this question in
Q&A
Replies: 1 comment 3 replies
|
Can you repro the problem with an minimal, self-contained code sample? Often, in the process of creating an MRE, the underlying cause of the problem will become clear. |
3 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.
This is the crux of my issue, I cannot for the love of me get Pyright to understand that the variable is of class Tauon.
The file and codebase in question is here - https://github.com/Taiko2k/Tauon/blob/7d41e99c41bdbc608d50db1e3c89f08a61a46905/src/tauon/t_modules/t_main.py#L40879-L40884
All reactions