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

Method set_active

lib/matplotlib/widgets.py:75–77  ·  view source on GitHub ↗

Set whether the widget is active.

(self, active)

Source from the content-addressed store, hash-verified

73 _active = True
74
75 def set_active(self, active):
76 """Set whether the widget is active."""
77 self._active = active
78
79 def get_active(self):
80 """Get whether the widget is active."""

Callers 8

_clickedMethod · 0.45
set_activeMethod · 0.45
figureFunction · 0.45
toggle_toolitemMethod · 0.45
toggle_toolitemMethod · 0.45
_setup_gtkFunction · 0.45
toggle_selectorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected