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

Method set_message

lib/matplotlib/backends/backend_gtk3.py:476–477  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

474 sep.show_all()
475
476 def set_message(self, s):
477 self._message.set_label(s)
478
479
480@backend_tools._register_tool_class(FigureCanvasGTK3)

Callers

nothing calls this directly

Calls 1

set_labelMethod · 0.45

Tested by

no test coverage detected