Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ remove_toolitem
Method
remove_toolitem
lib/matplotlib/backends/_backend_tk.py:1085–1087 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
1083
toolitem.deselect()
1084
1085
def
remove_toolitem(self, name):
1086
for
toolitem in self._toolitems.pop(name, []):
1087
toolitem.pack_forget()
1088
1089
def
set_message(self, s):
1090
self._message.set(s)
Callers
nothing calls this directly
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected