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

Method trigger

lib/matplotlib/backends/backend_wx.py:1356–1358  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1354@backend_tools._register_tool_class(_FigureCanvasWxBase)
1355class HelpWx(backend_tools.ToolHelpBase):
1356 def trigger(self, *args):
1357 _HelpDialog.show(self.figure.canvas.GetTopLevelParent(),
1358 self._get_help_entries())
1359
1360
1361@backend_tools._register_tool_class(_FigureCanvasWxBase)

Callers

nothing calls this directly

Calls 2

_get_help_entriesMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected