(self, gui=None)
| 3802 | active_eventloop: Optional[str] = None |
| 3803 | |
| 3804 | def enable_gui(self, gui=None): |
| 3805 | raise NotImplementedError('Implement enable_gui in a subclass') |
| 3806 | |
| 3807 | def enable_matplotlib(self, gui=None): |
| 3808 | """Enable interactive matplotlib and inline figure support. |
no outgoing calls
no test coverage detected