##// 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:

r415:4a5dcb15
r14878:93c0079c
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]