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

Method set_active

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

Set whether the widget is active.

(self, active)

Source from the content-addressed store, hash-verified

67 _active = True
68
69 def set_active(self, active):
70 """Set whether the widget is active.
71 """
72 self._active = active
73
74 def get_active(self):
75 """Get whether the widget is active.

Callers 8

WidgetClass · 0.95
make_activeMethod · 0.45
__setstate__Method · 0.45
set_activeMethod · 0.45
make_activeFunction · 0.45
figureFunction · 0.45
scaFunction · 0.45
subplot_toolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected