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

Method set_message

lib/matplotlib/backends/backend_wx.py:1281–1282  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

1279 self.DeleteTool(tool.Id)
1280
1281 def set_message(self, s):
1282 self._label_text.SetLabel(s)
1283
1284
1285@backend_tools._register_tool_class(_FigureCanvasWxBase)

Callers 2

_button_pressMethod · 0.45
_button_releaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected