Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _add_separator
Method
_add_separator
lib/matplotlib/backends/_backend_tk.py:1070–1071 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1068
return
self._groups[group]
1069
1070
def
_add_separator(self):
1071
return
NavigationToolbar2Tk._Spacer(self)
1072
1073
def
_button_click(self, name):
1074
self.trigger_tool(name)
Callers
1
_get_groupframe
Method · 0.95
Calls
1
_Spacer
Method · 0.80
Tested by
no test coverage detected