Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ destroy
Method
destroy
lib/matplotlib/backends/backend_nbagg.py:79–81 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
77
canvas.draw_idle()
78
79
def
destroy(event):
80
canvas.mpl_disconnect(cid)
81
Gcf.destroy(manager)
82
83
cid = canvas.mpl_connect(
'close_event'
, destroy)
84
return
manager
Callers
nothing calls this directly
Calls
4
clearup_closed
Method · 0.95
mpl_disconnect
Method · 0.80
_send_event
Method · 0.80
on_close
Method · 0.45
Tested by
no test coverage detected