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

Calls 2

CloseEventClass · 0.90
_processMethod · 0.80

Tested by

no test coverage detected