##// END OF EJS Templates
Make the widget comm attribute more straigtforward...
Make the widget comm attribute more straigtforward Instead of automagically instantiating a comm when it is accessed, require a call to open(). This makes the comm attribute much less magical, and hopefully more understandable.

File last commit:

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