Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ on_cancel
Method
on_cancel
imagepy/ui/plotwindow.py:191–192 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
189
self.lab_info.SetLabel(
'X = %.1f, Y = %.1f'
%(x, y))
190
191
def
on_cancel(self, event):
192
self.Close()
193
194
def
on_save(self, event):
195
para = {
'path'
:
'./'
}
Callers
1
commit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected