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

Method trigger

lib/matplotlib/backends/backend_qt.py:1175–1176  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1173@backend_tools._register_tool_class(FigureCanvasQT)
1174class HelpQt(backend_tools.ToolHelpBase):
1175 def trigger(self, *args):
1176 QtWidgets.QMessageBox.information(None, "Help", self._get_help_html())
1177
1178
1179@backend_tools._register_tool_class(FigureCanvasQT)

Callers

nothing calls this directly

Calls 1

_get_help_htmlMethod · 0.80

Tested by

no test coverage detected