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

Method set_message

lib/matplotlib/backends/_backend_tk.py:1089–1090  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

1087 toolitem.pack_forget()
1088
1089 def set_message(self, s):
1090 self._message.set(s)
1091
1092
1093@backend_tools._register_tool_class(FigureCanvasTk)

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected