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

Method blit

lib/matplotlib/backends/backend_tkagg.py:13–15  ·  view source on GitHub ↗
(self, bbox=None)

Source from the content-addressed store, hash-verified

11 self.blit()
12
13 def blit(self, bbox=None):
14 _backend_tk.blit(self._tkphoto, self.renderer.buffer_rgba(),
15 (0, 1, 2, 3), bbox=bbox)
16
17
18@_BackendTk.export

Callers 1

drawMethod · 0.95

Calls 1

buffer_rgbaMethod · 0.45

Tested by

no test coverage detected