##// END OF EJS Templates
make calltips configurable in qtconsole...
make calltips configurable in qtconsole adds FrontendWidget.enable_calltips configurable, with default behavior unchanged. closes gh-694, closes gh-699 (rebased).

File last commit:

r3408:261328d5
r4569:9076a738
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *