We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've observed the following while using jedi-vim but I think it's related to jedi itself:
np.zeros is identified as module zeros and no docstring is shown in the preview window.
np.zeros
module zeros
The same for np.array (and others).
np.array
The text was updated successfully, but these errors were encountered:
This is not the case anymore (0.14.0). I'm pretty sure this was related to the speedups for tensorflow, which have since been reverted. #1116.
This means that it's now slower again, but also more precise.
Sorry, something went wrong.
No branches or pull requests
I've observed the following while using jedi-vim but I think it's related to jedi itself:
np.zeros
is identified asmodule zeros
and no docstring is shown in the preview window.The same for
np.array
(and others).The text was updated successfully, but these errors were encountered: