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

Method set_active

lib/matplotlib/widgets.py:2354–2357  ·  view source on GitHub ↗
(self, active)

Source from the content-addressed store, hash-verified

2352 return self._useblit and self.canvas.supports_blit
2353
2354 def set_active(self, active):
2355 super().set_active(active)
2356 if active:
2357 self.update_background(None)
2358
2359 def _get_animated_artists(self):
2360 """

Callers

nothing calls this directly

Calls 2

update_backgroundMethod · 0.95
set_activeMethod · 0.45

Tested by

no test coverage detected