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

Method draw_idle

lib/matplotlib/backends/backend_wx.py:542–549  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

540 self.draw()
541
542 def draw_idle(self):
543 # docstring inherited
544 _log.debug("%s - draw_idle()", type(self))
545 self._isDrawn = False # Force redraw
546 # Triggering a paint event is all that is needed to defer drawing
547 # until later. The platform will send the event when it thinks it is
548 # a good time (usually as soon as there are no other events pending).
549 self.Refresh(eraseBackground=False)
550
551 def flush_events(self):
552 # docstring inherited

Callers 2

_on_sizeMethod · 0.95
create_with_canvasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected