MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / flush_events

Method flush_events

lib/matplotlib/backend_bases.py:2430–2435  ·  view source on GitHub ↗

Flush the GUI events for the figure. Interactive backends need to reimplement this method.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 5

start_event_loopMethod · 0.95
__call__Method · 0.45
blitting.pyFile · 0.45
updateMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected