(self, doc)
| 64 | return self._refresh_scripts(force=False) |
| 65 | |
| 66 | def on_unmount(self, doc): |
| 67 | self._unsubscribe_reactive_state() |
| 68 | doc.remove_data_model("scripts_panel") |
| 69 | self._handle = None |
| 70 | |
| 71 | def _subscribe_reactive_state(self): |
| 72 | if self._reactive_unsubscribers: |
nothing calls this directly
no test coverage detected