##// END OF EJS Templates
Minor improvements to completion...
Minor improvements to completion If object being completed is a function, append `()` to match the convention used in cpython doc. This include methods. Append `()` only in the _displayed_ menu, does not insert the (). If completion is relatively to long (mostly if is does not come from jedi), and use a fully qualified name with more than 3 parts, ellides the middles one to `…`. (This closes #9835).

File last commit:

r21623:1ab497b7
r23467:ca19ba90
Show More
.gitignore
23 lines | 330 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/source/interactive/magics-generated.txt
docs/gh-pages
jupyter_notebook/notebook/static/mathjax
jupyter_notebook/static/style/*.map
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
*.swp