##// END OF EJS Templates
ZMQCompleter inherits from IPCompleter...
ZMQCompleter inherits from IPCompleter ensures the readline completion delimiter change implied by greedy completion is inherited by the frontend. closes #1181

File last commit:

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