##// END OF EJS Templates
only complete on current line...
only complete on current line completion messages are multi-line, but IPython completer code assumes single-line. For now, just pass the current line to the underlying completer.

File last commit:

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