-
Take this code example:
If I haven't found a way to enforce this behavior, but it would be critical since I'm refactoring a large project. Any ideas? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Could you provide a self-contained, minimal code sample? Your code above references undefined multiple undefined symbols. My guess, based on the symptoms, is that |
Beta Was this translation helpful? Give feedback.
Apologies, I wrote that code from memory, not copying the actual code, just to show what my problem is.
I realized that the problem was in the Pylance configuration. The
python.analysis.typeCheckingMode
value had been set tooff
from another extension.Thank you and sorry for the misunderstanding.