##// END OF EJS Templates
Fixed _send so it can open a comm if needed....
Fixed _send so it can open a comm if needed. It no longer returns anything.

File last commit:

r14540:6aabc0c9
r14548:e73528c9
Show More
__init__.py
13 lines | 507 B | text/x-python | PythonLexer
from .widget import Widget, DOMWidget
from .widget_bool import BoolWidget
from .widget_button import ButtonWidget
from .widget_container import ContainerWidget
from .widget_float import FloatWidget
from .widget_float_range import FloatRangeWidget
from .widget_image import ImageWidget
from .widget_int import IntWidget
from .widget_int_range import IntRangeWidget
from .widget_multicontainer import MulticontainerWidget
from .widget_selection import SelectionWidget
from .widget_string import StringWidget