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

Method enable

lib/matplotlib/backend_tools.py:202–208  ·  view source on GitHub ↗

Enable the toggle tool. `trigger` calls this method when `~ToolToggleBase.toggled` is False.

(self, event=None)

Source from the content-addressed store, hash-verified

200 self._toggled = not self._toggled
201
202 def enable(self, event=None):
203 """
204 Enable the toggle tool.
205
206 `trigger` calls this method when `~ToolToggleBase.toggled` is False.
207 """
208 pass
209
210 def disable(self, event=None):
211 """

Callers 1

triggerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected