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

r13347:54891794
r18478:bc33ecb8
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *