##// END OF EJS Templates
Allow objects to define their own key completions...
Allow objects to define their own key completions Objects can specify their own key completions by defining an _ipy_key_completions_() method that returns a list of objects which it expects in a subscript expression. Closes gh-8865
Thomas Kluyver -
r22145:e05a5b61
Show More
Name Size Modified Last Commit Author
/ IPython / terminal
pt_inputhooks
tests
__init__.py Loading ...
console.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...
ptshell.py Loading ...