Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ on_closing
Method
on_closing
imagepy/ui/plotwindow.py:200–202 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
198
self.canvas.save(para[
'path'
])
199
200
def
on_closing(self, event):
201
PlotManager.remove(self.GetTitle())
202
event.Skip()
203
204
if
__name__ ==
'__main__'
:
205
app = wx.App(False)
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected