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

Method remove_toolitem

lib/matplotlib/backends/backend_gtk4.py:520–524  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

518 toolitem.handler_unblock(signal)
519
520 def remove_toolitem(self, name):
521 for toolitem, _signal in self._toolitems.pop(name, []):
522 for group in self._groups:
523 if toolitem in self._groups[group]:
524 self._groups[group].remove(toolitem)
525
526 def _add_separator(self):
527 sep = Gtk.Separator()

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected