##// END OF EJS Templates
Support completion based on type annotations of calls (#14185)...
Support completion based on type annotations of calls (#14185) This fixes #14184 when `%config IPCompleter.use_jedi=False` is used: ![image](https://github.com/ipython/ipython/assets/5832902/7922c9d2-8cc8-4f10-a66e-98992769fba3)
Matthias Bussonnier -
r28443:b7c9c366 merge
Show More
Name Size Modified Last Commit Author
/ IPython / lib
tests
__init__.py Loading ...
backgroundjobs.py Loading ...
clipboard.py Loading ...
deepreload.py Loading ...
demo.py Loading ...
display.py Loading ...
editorhooks.py Loading ...
guisupport.py Loading ...
latextools.py Loading ...
lexers.py Loading ...
pretty.py Loading ...