MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_active

Method get_active

site-packages/matplotlib/widgets.py:74–77  ·  view source on GitHub ↗

Get whether the widget is active.

(self)

Source from the content-addressed store, hash-verified

72 self._active = active
73
74 def get_active(self):
75 """Get whether the widget is active.
76 """
77 return self._active
78
79 # set_active is overridden by SelectorWidgets.
80 active = property(get_active, lambda self, active: self.set_active(active),

Callers 9

pauseFunction · 0.45
gcfFunction · 0.45
get_current_fig_managerFunction · 0.45
closeFunction · 0.45
draw_if_interactiveMethod · 0.45
savefigMethod · 0.45
savefigMethod · 0.45
cb_cbox_changedMethod · 0.45
_showFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected