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

Method _call_tool

lib/matplotlib/backends/backend_gtk4.py:509–510  ·  view source on GitHub ↗
(self, btn, name)

Source from the content-addressed store, hash-verified

507 button, self._find_child_at_position(group, position))
508
509 def _call_tool(self, btn, name):
510 self.trigger_tool(name)
511
512 def toggle_toolitem(self, name, toggled):
513 if name not in self._toolitems:

Callers

nothing calls this directly

Calls 1

trigger_toolMethod · 0.45

Tested by

no test coverage detected