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

Method remove_toolitem

lib/matplotlib/backends/backend_gtk3.py:464–468  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

462 toolitem.handler_unblock(signal)
463
464 def remove_toolitem(self, name):
465 for toolitem, _signal in self._toolitems.pop(name, []):
466 for group in self._groups:
467 if toolitem in self._groups[group]:
468 self._groups[group].remove(toolitem)
469
470 def _add_separator(self):
471 sep = Gtk.Separator()

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected