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

Method _load_blit_background

lib/matplotlib/widgets.py:167–169  ·  view source on GitHub ↗

Load a blit background; may be None at any time.

(self)

Source from the content-addressed store, hash-verified

165 self.canvas._blit_backgrounds[self._blit_background_id] = background
166
167 def _load_blit_background(self):
168 """Load a blit background; may be None at any time."""
169 return self.canvas._blit_backgrounds.get(self._blit_background_id)
170
171
172def _call_with_reparented_event(func):

Callers 4

set_activeMethod · 0.80
set_activeMethod · 0.80
onmoveMethod · 0.80
updateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected