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

Method _add_separator

lib/matplotlib/backends/backend_gtk4.py:526–529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

524 self._groups[group].remove(toolitem)
525
526 def _add_separator(self):
527 sep = Gtk.Separator()
528 sep.set_property("orientation", Gtk.Orientation.VERTICAL)
529 self._tool_box.append(sep)
530
531 def set_message(self, s):
532 self._message.set_label(s)

Callers 1

_add_buttonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected