-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pylance not showing the info of the methods in random class in numpy module #1296
Comments
what version of numpy?
|
|
it doesn't also show the numpy.ndarray object methods info too |
Ok. currently numpy.random.random is stubbed as but in their dev branch they have fixed the issue so next 1.21 should have it. |
I know numpy is still working on their stubs, some missing entries will be updated in their next release. Please log any new missing stub issue with them. |
you could try bringing that new pyi version over locally |
Environment data
Expected behaviour
intellisense showing the info about the methods available in random class of the numpy module
Actual behaviour
no info being showed by the intellisense
Code Snippet / Additional information
numpy.random.
The text was updated successfully, but these errors were encountered: