You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python version (and distribution if applicable, e.g. Anaconda): 3.9.18
python.analysis.indexing: true
python.analysis.typeCheckingMode: off
Code Snippet
Inlay hints are not be able to generated for __call__ methods of classes when calling them with {class object name}(...) outside the class (even after enabling all of the type hint options of pylance).
Just take the simple code below as an example:
Environment data
Code Snippet
Inlay hints are not be able to generated for
__call__
methods of classes when calling them with{class object name}(...)
outside the class (even after enabling all of the type hint options of pylance).Just take the simple code below as an example:
Expected behavior
for the last line, something like:
Actual behavior
The text was updated successfully, but these errors were encountered: