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

Method get_active

lib/matplotlib/widgets.py:79–81  ·  view source on GitHub ↗

Get whether the widget is active.

(self)

Source from the content-addressed store, hash-verified

77 self._active = active
78
79 def get_active(self):
80 """Get whether the widget is active."""
81 return self._active
82
83 # set_active is overridden by SelectorWidgets.
84 active = property(get_active, set_active, doc="Is the widget active?")

Callers 8

draw_if_interactiveFunction · 0.45
pauseFunction · 0.45
gcfFunction · 0.45
closeFunction · 0.45
draw_if_interactiveMethod · 0.45
savefigMethod · 0.45
savefigMethod · 0.45
onmoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected