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

Method handler

lib/matplotlib/backends/backend_qt.py:1107–1108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1105 button.setToolTip(description)
1106
1107 def handler():
1108 self.trigger_tool(name)
1109 if toggle:
1110 button.setCheckable(True)
1111 button.toggled.connect(handler)

Callers

nothing calls this directly

Calls 1

trigger_toolMethod · 0.45

Tested by

no test coverage detected