Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ destroy
Method
destroy
lib/matplotlib/backends/backend_gtk3.py:91–93 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
style_ctx.add_class(
"matplotlib-canvas"
)
90
91
def
destroy(self):
92
CloseEvent(
"close_event"
, self)._process()
93
super().destroy()
94
95
def
set_cursor(self, cursor):
96
# docstring inherited
Callers
2
save_figure
Method · 0.45
_show_shortcuts_dialog
Method · 0.45
Calls
2
CloseEvent
Class · 0.90
_process
Method · 0.80
Tested by
no test coverage detected