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

Method set_message

lib/matplotlib/backends/backend_gtk4.py:531–532  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

529 self._tool_box.append(sep)
530
531 def set_message(self, s):
532 self._message.set_label(s)
533
534
535@backend_tools._register_tool_class(FigureCanvasGTK4)

Callers

nothing calls this directly

Calls 1

set_labelMethod · 0.45

Tested by

no test coverage detected