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

Method _add_separator

lib/matplotlib/backends/backend_gtk3.py:470–474  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

468 self._groups[group].remove(toolitem)
469
470 def _add_separator(self):
471 sep = Gtk.Separator()
472 sep.set_property("orientation", Gtk.Orientation.VERTICAL)
473 self.pack_start(sep, False, True, 0)
474 sep.show_all()
475
476 def set_message(self, s):
477 self._message.set_label(s)

Callers 1

_add_buttonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected