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

Method _call_tool

lib/matplotlib/backends/backend_gtk3.py:453–454  ·  view source on GitHub ↗
(self, btn, name)

Source from the content-addressed store, hash-verified

451 self._groups[group].insert(button, position)
452
453 def _call_tool(self, btn, name):
454 self.trigger_tool(name)
455
456 def toggle_toolitem(self, name, toggled):
457 if name not in self._toolitems:

Callers

nothing calls this directly

Calls 1

trigger_toolMethod · 0.45

Tested by

no test coverage detected