Flush the GUI events for the figure. Interactive backends need to reimplement this method.
(self)
| 2428 | return self._timer_cls(interval=interval, callbacks=callbacks) |
| 2429 | |
| 2430 | def flush_events(self): |
| 2431 | """ |
| 2432 | Flush the GUI events for the figure. |
| 2433 | |
| 2434 | Interactive backends need to reimplement this method. |
| 2435 | """ |
| 2436 | |
| 2437 | def start_event_loop(self, timeout=0): |
| 2438 | """ |
no outgoing calls
no test coverage detected