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

Method _button_click

lib/matplotlib/backends/_backend_tk.py:1073–1074  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

1071 return NavigationToolbar2Tk._Spacer(self)
1072
1073 def _button_click(self, name):
1074 self.trigger_tool(name)
1075
1076 def toggle_toolitem(self, name, toggled):
1077 if name not in self._toolitems:

Callers 1

add_toolitemMethod · 0.95

Calls 1

trigger_toolMethod · 0.45

Tested by

no test coverage detected