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_gtk4.py:94–95 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
style_ctx.add_class(
"matplotlib-canvas"
)
93
94
def
destroy(self):
95
CloseEvent(
"close_event"
, self)._process()
96
97
def
set_cursor(self, cursor):
98
# docstring inherited
Callers
1
on_response
Method · 0.45
Calls
2
CloseEvent
Class · 0.90
_process
Method · 0.80
Tested by
no test coverage detected