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

Method blit

lib/matplotlib/backend_bases.py:1853–1854  ·  view source on GitHub ↗

Blit the canvas in bbox (default entire canvas).

(self, bbox=None)

Source from the content-addressed store, hash-verified

1851 return self._is_saving
1852
1853 def blit(self, bbox=None):
1854 """Blit the canvas in bbox (default entire canvas)."""
1855
1856 @classmethod
1857 def _get_blit_background_id(cls):

Callers 15

_blit_drawMethod · 0.45
_motionMethod · 0.45
set_activeMethod · 0.45
set_activeMethod · 0.45
onmoveMethod · 0.45
onmoveMethod · 0.45
updateMethod · 0.45
onmoveMethod · 0.45
on_motionMethod · 0.45
on_pickMethod · 0.45
on_releaseMethod · 0.45
blitting.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected