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
This doesn't work, but it should (see jupyter/notebook#2435):
import numpy as np import jedi arr = np.array([1,2]) jedi.Interpreter('arr = np.array([1,2])\narr.', [{'np':np, 'arr': arr}]).complete(2,4)
The text was updated successfully, but these errors were encountered:
Fix an issue with interpreter completion, see also #1628
396d7df
3ffe847
@gph82 Since you originally reported this: This should be fixed now. Feel free to test again, just use Jedi's master branch.
Sorry, something went wrong.
No branches or pull requests
This doesn't work, but it should (see jupyter/notebook#2435):
The text was updated successfully, but these errors were encountered: