##// END OF EJS Templates
setting _comm to None
Sylvain Corlay -
Show More
@@ -167,6 +167,7 b' class Widget(LoggingConfigurable):'
167 del Widget.widgets[self.model_id]
167 del Widget.widgets[self.model_id]
168 if self._comm is not None:
168 if self._comm is not None:
169 self._comm.close()
169 self._comm.close()
170 self._comm = None
170
171
171 def send_state(self, key=None):
172 def send_state(self, key=None):
172 """Sends the widget state, or a piece of it, to the front-end.
173 """Sends the widget state, or a piece of it, to the front-end.
General Comments 0
You need to be logged in to leave comments. Login now