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

r10284:2a5c0f89
r17615:748dcd73
Show More
__init__.py
2 lines | 86 B | text/x-python | PythonLexer
from .manager import IOLoopKernelManager
from .restarter import IOLoopKernelRestarter