##// END OF EJS Templates
don’t trigger call tips with no shell channel...
don’t trigger call tips with no shell channel can raise RuntimeError during shutdown

File last commit:

r13347:54891794
r16969:2223e7ff
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *