MCPcopy 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_responseMethod · 0.45

Calls 2

CloseEventClass · 0.90
_processMethod · 0.80

Tested by

no test coverage detected